#4CB876

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

Shades of Ocean Green #4CB876

Tints of Ocean Green #4CB876

Color information

#4CB876 (or 0x4CB876) is unknown color: approx Ocean Green. HEX triplet: 4C, B8 and 76. RGB value is (76,184,118). Sum of RGB (Red+Green+Blue) = 76+184+118=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB876 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB876 is #B34789. Grayscale: #909090. Windows color (decimal): -11749258 or 7780428. OLE color: 7780428.

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

Color convert

RGB76184118-
CMYK0.5900.360.28
HSL143.33º43.2%50.98%-
HSV(B)143.33º58.7%72.16%-
XYZ23.3937.1323.07-
YUV144.18113.2279.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.11%
GREEN value IS 184 (72.27% from 255) = 48.68%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=20.11%
G=48.68%
B=31.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal761841180.5900.360.28143.3343.250.98
Hex4CB8763B0241C8f2b33
Octal11427016673044342175363
Binary100110010111000111011011101101001001110010001111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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