#4CB776

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

Shades of Ocean Green #4CB776

Tints of Ocean Green #4CB776

Color information

#4CB776 (or 0x4CB776) is unknown color: approx Ocean Green. HEX triplet: 4C, B7 and 76. RGB value is (76,183,118). Sum of RGB (Red+Green+Blue) = 76+183+118=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB776 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB776 is #B34889. Grayscale: #8F8F8F. Windows color (decimal): -11749514 or 7780172. OLE color: 7780172.

HSL color Cylindrical-coordinate representation of color #4CB776: hue angle of 143.55º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB776 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB76183118-
CMYK0.5800.360.28
HSL143.55º42.63%50.78%-
HSV(B)143.55º58.47%71.76%-
XYZ23.1836.7123-
YUV143.6113.5579.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.16%
GREEN value IS 183 (71.88% from 255) = 48.54%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=20.16%
G=48.54%
B=31.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal761831180.5800.360.28143.5542.6350.78
Hex4CB7763A0241C902b33
Octal11426716672044342205363
Binary100110010110111111011011101001001001110010010000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,183,118); }

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

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

 a { background-color: rgb(76,183,118); }

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

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

 span { border-color: rgb(76,183,118); }

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