#44A46E

Color #44A46E Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #44A46E

Tints of Ocean Green #44A46E

Color information

#44A46E (or 0x44A46E) is unknown color: approx Ocean Green. HEX triplet: 44, A4 and 6E. RGB value is (68,164,110). Sum of RGB (Red+Green+Blue) = 68+164+110=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #44A46E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A46E is #BB5B91. Grayscale: #818181. Windows color (decimal): -12278674 or 7251012. OLE color: 7251012.

HSL color Cylindrical-coordinate representation of color #44A46E: hue angle of 146.25º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A46E is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB68164110-
CMYK0.5900.330.36
HSL146.25º41.38%45.49%-
HSV(B)146.25º58.54%64.31%-
XYZ18.4728.9119.36-
YUV129.14117.284.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 164 (64.45% from 255) = 47.95%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=19.88%
G=47.95%
B=32.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681641100.5900.330.36146.2541.3845.49
Hex44A46E3B0212492292d
Octal10424415673041442225155
Binary1000100101001001101110111011010000110010010010010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A46E; }

 p { color: rgb(68,164,110); }

 H1.HeaderClassName
 {
   color: #44A46E;
 }
 .AnyTagClassName
 {
   color: #44A46E;
 }
</style>
background-color css

<style>
 a { background-color: #44A46E; }

 a { background-color: rgb(68,164,110); }

 div.DivClassName
 {
   background-color: #44A46E;
 }
 .BgClassName
 {
   background-color: #44A46E;
 }
</style>
border-color css

<style>
 span { border-color: #44A46E; }

 span { border-color: rgb(68,164,110); }

 td.TdClassName
 {
   border-color: #44A46E;
 }
 .TagClassName
 {
   border-color: #44A46E;
 }
</style>