#4DB478

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

Shades of Ocean Green #4DB478

Tints of Ocean Green #4DB478

Color information

#4DB478 (or 0x4DB478) is unknown color: approx Ocean Green. HEX triplet: 4D, B4 and 78. RGB value is (77,180,120). Sum of RGB (Red+Green+Blue) = 77+180+120=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB478 is #B24B87. Grayscale: #8E8E8E. Windows color (decimal): -11684744 or 7910477. OLE color: 7910477.

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

Color convert

RGB77180120-
CMYK0.5700.330.29
HSL145.05º40.71%50.39%-
HSV(B)145.05º57.22%70.59%-
XYZ22.7735.5823.44-
YUV142.36115.3881.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.42%
GREEN value IS 180 (70.70% from 255) = 47.75%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=20.42%
G=47.75%
B=31.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal771801200.5700.330.29145.0540.7150.39
Hex4DB478390211D912932
Octal11526417071041352215162
Binary100110110110100111100011100101000011110110010001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,180,120); }

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

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

 a { background-color: rgb(77,180,120); }

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

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

 span { border-color: rgb(77,180,120); }

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