#4C9D76

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

Shades of Ocean Green #4C9D76

Tints of Ocean Green #4C9D76

Color information

#4C9D76 (or 0x4C9D76) is unknown color: approx Ocean Green. HEX triplet: 4C, 9D and 76. RGB value is (76,157,118). Sum of RGB (Red+Green+Blue) = 76+157+118=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #4C9D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9D76 is #B36289. Grayscale: #808080. Windows color (decimal): -11756170 or 7773516. OLE color: 7773516.

HSL color Cylindrical-coordinate representation of color #4C9D76: hue angle of 151.11º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9D76 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB76157118-
CMYK0.5200.250.38
HSL151.11º34.76%45.69%-
HSV(B)151.11º51.59%61.57%-
XYZ18.3126.9621.38-
YUV128.34122.1690.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.65%
GREEN value IS 157 (61.72% from 255) = 44.73%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=21.65%
G=44.73%
B=33.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761571180.5200.250.38151.1134.7645.69
Hex4C9D76340192697232e
Octal11423516664031462274356
Binary100110010011101111011011010001100110011010010111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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