#4C9E72

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

Shades of Ocean Green #4C9E72

Tints of Ocean Green #4C9E72

Color information

#4C9E72 (or 0x4C9E72) is unknown color: approx Ocean Green. HEX triplet: 4C, 9E and 72. RGB value is (76,158,114). Sum of RGB (Red+Green+Blue) = 76+158+114=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 158 - color contains mainly: green. Hex color #4C9E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9E72 is #B3618D. Grayscale: #808080. Windows color (decimal): -11755918 or 7511628. OLE color: 7511628.

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

Color convert

RGB76158114-
CMYK0.5200.280.38
HSL147.8º35.04%45.88%-
HSV(B)147.8º51.9%61.96%-
XYZ18.2427.2120.21-
YUV128.47119.8390.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.84%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=21.84%
G=45.40%
B=32.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761581140.5200.280.38147.835.0445.88
Hex4C9E723401C2694232e
Octal11423616264034462244356
Binary100110010011110111001011010001110010011010010100100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,158,114); }

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

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

 a { background-color: rgb(76,158,114); }

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

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

 span { border-color: rgb(76,158,114); }

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