#4C9877

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

Shades of Ocean Green #4C9877

Tints of Ocean Green #4C9877

Color information

#4C9877 (or 0x4C9877) is unknown color: approx Ocean Green. HEX triplet: 4C, 98 and 77. RGB value is (76,152,119). Sum of RGB (Red+Green+Blue) = 76+152+119=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #4C9877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9877 is #B36788. Grayscale: #7D7D7D. Windows color (decimal): -11757449 or 7837772. OLE color: 7837772.

HSL color Cylindrical-coordinate representation of color #4C9877: hue angle of 153.95º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C9877 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB76152119-
CMYK0.5000.220.40
HSL153.95º33.33%44.71%-
HSV(B)153.95º50%59.61%-
XYZ17.5425.3221.42-
YUV125.51124.3292.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 152 (59.77% from 255) = 43.80%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=21.90%
G=43.80%
B=34.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal761521190.5000.220.40153.9533.3344.71
Hex4C987732016289a212d
Octal11423016762026502324155
Binary100110010011000111011111001001011010100010011010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,152,119); }

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

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

 a { background-color: rgb(76,152,119); }

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

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

 span { border-color: rgb(76,152,119); }

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