#4DB377

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

Shades of Ocean Green #4DB377

Tints of Ocean Green #4DB377

Color information

#4DB377 (or 0x4DB377) is unknown color: approx Ocean Green. HEX triplet: 4D, B3 and 77. RGB value is (77,179,119). Sum of RGB (Red+Green+Blue) = 77+179+119=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB377 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB377 is #B24C88. Grayscale: #8D8D8D. Windows color (decimal): -11685001 or 7844685. OLE color: 7844685.

HSL color Cylindrical-coordinate representation of color #4DB377: hue angle of 144.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB377 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB77179119-
CMYK0.5700.340.30
HSL144.71º40.16%50.2%-
HSV(B)144.71º56.98%70.2%-
XYZ22.5135.1523.05-
YUV141.66115.2181.88-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.53%
GREEN value IS 179 (70.31% from 255) = 47.73%
BLUE value IS 119 (46.88% from 255) = 31.73%
R=20.53%
G=47.73%
B=31.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal771791190.5700.340.30144.7140.1650.2
Hex4DB377390221E912832
Octal11526316771042362215062
Binary100110110110011111011111100101000101111010010001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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