#4cb376

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

Shades of Ocean Green #4CB376

Tints of Ocean Green #4CB376

Color information

#4CB376 (or 0x4CB376) is unknown color: approx Ocean Green. HEX triplet: 4C, B3 and 76. RGB value is (76,179,118). Sum of RGB (Red+Green+Blue) = 76+179+118=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB376 is #B34C89. Grayscale: #8D8D8D. Windows color (decimal): -11750538 or 7779148. OLE color: 7779148.

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

Color convert

RGB76179118-
CMYK0.5800.340.30
HSL144.47º40.39%50%-
HSV(B)144.47º57.54%70.2%-
XYZ22.3735.0822.73-
YUV141.25114.8881.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.38%
GREEN value IS 179 (70.31% from 255) = 47.99%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=20.38%
G=47.99%
B=31.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761791180.5800.340.30144.4740.3950
Hex4CB3763A0221E902832
Octal11426316672042362205062
Binary100110010110011111011011101001000101111010010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cb376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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