#4ab37b

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

Shades of Ocean Green #4AB37B

Tints of Ocean Green #4AB37B

Color information

#4AB37B (or 0x4AB37B) is unknown color: approx Ocean Green. HEX triplet: 4A, B3 and 7B. RGB value is (74,179,123). Sum of RGB (Red+Green+Blue) = 74+179+123=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB37B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB37B is #B54C84. Grayscale: #8D8D8D. Windows color (decimal): -11881605 or 8106826. OLE color: 8106826.

HSL color Cylindrical-coordinate representation of color #4AB37B: hue angle of 148º 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 #4AB37B is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB74179123-
CMYK0.5900.310.30
HSL148º41.5%49.61%-
HSV(B)148º58.66%70.2%-
XYZ22.5235.1324.33-
YUV141.22117.7180.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.68%
GREEN value IS 179 (70.31% from 255) = 47.61%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=19.68%
G=47.61%
B=32.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741791230.5900.310.3014841.549.61
Hex4AB37B3B01F1E942a32
Octal11226317373037362245262
Binary10010101011001111110111110110111111111010010100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ab37b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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