#4DAB77

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

Shades of Ocean Green #4DAB77

Tints of Ocean Green #4DAB77

Color information

#4DAB77 (or 0x4DAB77) is unknown color: approx Ocean Green. HEX triplet: 4D, AB and 77. RGB value is (77,171,119). Sum of RGB (Red+Green+Blue) = 77+171+119=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB77 is #B25488. Grayscale: #898989. Windows color (decimal): -11687049 or 7842637. OLE color: 7842637.

HSL color Cylindrical-coordinate representation of color #4DAB77: hue angle of 146.81º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAB77 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB77171119-
CMYK0.5500.300.33
HSL146.81º37.9%48.63%-
HSV(B)146.81º54.97%67.06%-
XYZ20.9532.0422.53-
YUV136.97117.8685.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.98%
GREEN value IS 171 (67.19% from 255) = 46.59%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=20.98%
G=46.59%
B=32.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771711190.5500.300.33146.8137.948.63
Hex4DAB773701E21932631
Octal11525316767036412234661
Binary100110110101011111011111011101111010000110010011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,171,119); }

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

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

 a { background-color: rgb(77,171,119); }

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

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

 span { border-color: rgb(77,171,119); }

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