#4AB37E

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

Shades of Ocean Green #4AB37E

Tints of Ocean Green #4AB37E

Color information

#4AB37E (or 0x4AB37E) is unknown color: approx Ocean Green. HEX triplet: 4A, B3 and 7E. RGB value is (74,179,126). Sum of RGB (Red+Green+Blue) = 74+179+126=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB37E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB37E is #B54C81. Grayscale: #8D8D8D. Windows color (decimal): -11881602 or 8303434. OLE color: 8303434.

HSL color Cylindrical-coordinate representation of color #4AB37E: hue angle of 149.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB37E is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB74179126-
CMYK0.5900.300.30
HSL149.71º41.5%49.61%-
HSV(B)149.71º58.66%70.2%-
XYZ22.7135.225.34-
YUV141.56119.2179.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.53%
GREEN value IS 179 (70.31% from 255) = 47.23%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=19.53%
G=47.23%
B=33.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741791260.5900.300.30149.7141.549.61
Hex4AB37E3B01E1E962a32
Octal11226317673036362265262
Binary10010101011001111111101110110111101111010010110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AB37E; }

 p { color: rgb(74,179,126); }

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

<style>
 a { background-color: #4AB37E; }

 a { background-color: rgb(74,179,126); }

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

<style>
 span { border-color: #4AB37E; }

 span { border-color: rgb(74,179,126); }

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