#4C9F79

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

Shades of Ocean Green #4C9F79

Tints of Ocean Green #4C9F79

Color information

#4C9F79 (or 0x4C9F79) is unknown color: approx Ocean Green. HEX triplet: 4C, 9F and 79. RGB value is (76,159,121). Sum of RGB (Red+Green+Blue) = 76+159+121=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #4C9F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9F79 is #B36086. Grayscale: #818181. Windows color (decimal): -11755655 or 7970636. OLE color: 7970636.

HSL color Cylindrical-coordinate representation of color #4C9F79: hue angle of 152.53º 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 #4C9F79 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB76159121-
CMYK0.5200.240.38
HSL152.53º35.32%46.08%-
HSV(B)152.53º52.2%62.35%-
XYZ18.8327.7122.45-
YUV129.8512389.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.35%
GREEN value IS 159 (62.5% from 255) = 44.66%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=21.35%
G=44.66%
B=33.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761591210.5200.240.38152.5335.3246.08
Hex4C9F79340182699232e
Octal11423717164030462314356
Binary100110010011111111100111010001100010011010011001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,159,121); }

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

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

 a { background-color: rgb(76,159,121); }

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

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

 span { border-color: rgb(76,159,121); }

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