#4cb57f

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

Shades of Ocean Green #4CB57F

Tints of Ocean Green #4CB57F

Color information

#4CB57F (or 0x4CB57F) is unknown color: approx Ocean Green. HEX triplet: 4C, B5 and 7F. RGB value is (76,181,127). Sum of RGB (Red+Green+Blue) = 76+181+127=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB57F is #B34A80. Grayscale: #8F8F8F. Windows color (decimal): -11750017 or 8369484. OLE color: 8369484.

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

Color convert

RGB76181127-
CMYK0.5800.300.29
HSL149.14º41.5%50.39%-
HSV(B)149.14º58.01%70.98%-
XYZ23.3436.1225.82-
YUV143.45118.7179.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.79%
GREEN value IS 181 (71.09% from 255) = 47.14%
BLUE value IS 127 (50% from 255) = 33.07%
R=19.79%
G=47.14%
B=33.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761811270.5800.300.29149.1441.550.39
Hex4CB57F3A01E1D952a32
Octal11426517772036352255262
Binary10011001011010111111111110100111101110110010101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cb57f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,181,127); }

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

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

 a { background-color: rgb(76,181,127); }

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

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

 span { border-color: rgb(76,181,127); }

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