#4C9371

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

Shades of Ocean Green #4C9371

Tints of Ocean Green #4C9371

Color information

#4C9371 (or 0x4C9371) is unknown color: approx Ocean Green. HEX triplet: 4C, 93 and 71. RGB value is (76,147,113). Sum of RGB (Red+Green+Blue) = 76+147+113=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #4C9371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9371 is #B36C8E. Grayscale: #797979. Windows color (decimal): -11758735 or 7443276. OLE color: 7443276.

HSL color Cylindrical-coordinate representation of color #4C9371: hue angle of 151.27º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C9371 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB76147113-
CMYK0.4800.230.42
HSL151.27º31.84%43.73%-
HSV(B)151.27º48.3%57.65%-
XYZ16.3923.619.31-
YUV121.9122.9895.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=22.62%
G=43.75%
B=33.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761471130.4800.230.42151.2731.8443.73
Hex4C9371300172A97202c
Octal11422316160027522274054
Binary100110010010011111000111000001011110101010010111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,147,113); }

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

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

 a { background-color: rgb(76,147,113); }

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

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

 span { border-color: rgb(76,147,113); }

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