#4DB588

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

Shades of Ocean Green #4DB588

Tints of Ocean Green #4DB588

Color information

#4DB588 (or 0x4DB588) is unknown color: approx Ocean Green. HEX triplet: 4D, B5 and 88. RGB value is (77,181,136). Sum of RGB (Red+Green+Blue) = 77+181+136=394 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.54% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB588 is #B24A77. Grayscale: #909090. Windows color (decimal): -11684472 or 8959309. OLE color: 8959309.

HSL color Cylindrical-coordinate representation of color #4DB588: hue angle of 154.04º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB588 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB77181136-
CMYK0.5700.250.29
HSL154.04º41.27%50.59%-
HSV(B)154.04º57.46%70.98%-
XYZ24.0336.429.05-
YUV144.77123.0479.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.54%
GREEN value IS 181 (71.09% from 255) = 45.94%
BLUE value IS 136 (53.52% from 255) = 34.52%
R=19.54%
G=45.94%
B=34.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal771811360.5700.250.29154.0441.2750.59
Hex4DB588390191D9a2933
Octal11526521071031352325163
Binary100110110110101100010001110010110011110110011010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,181,136); }

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

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

 a { background-color: rgb(77,181,136); }

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

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

 span { border-color: rgb(77,181,136); }

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