#4C9370

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

Shades of Ocean Green #4C9370

Tints of Ocean Green #4C9370

Color information

#4C9370 (or 0x4C9370) is unknown color: approx Ocean Green. HEX triplet: 4C, 93 and 70. RGB value is (76,147,112). Sum of RGB (Red+Green+Blue) = 76+147+112=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #4C9370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9370 is #B36C8F. Grayscale: #797979. Windows color (decimal): -11758736 or 7377740. OLE color: 7377740.

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

Color convert

RGB76147112-
CMYK0.4800.240.42
HSL150.42º31.84%43.73%-
HSV(B)150.42º48.3%57.65%-
XYZ16.3423.5719.02-
YUV121.78122.4895.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 147 (57.81% from 255) = 43.88%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=22.69%
G=43.88%
B=33.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761471120.4800.240.42150.4231.8443.73
Hex4C9370300182A96202c
Octal11422316060030522264054
Binary100110010010011111000011000001100010101010010110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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