#4DB772

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

Shades of Ocean Green #4DB772

Tints of Ocean Green #4DB772

Color information

#4DB772 (or 0x4DB772) is unknown color: approx Ocean Green. HEX triplet: 4D, B7 and 72. RGB value is (77,183,114). Sum of RGB (Red+Green+Blue) = 77+183+114=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB772 is #B2488D. Grayscale: #8F8F8F. Windows color (decimal): -11683982 or 7518029. OLE color: 7518029.

HSL color Cylindrical-coordinate representation of color #4DB772: hue angle of 140.94º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB772 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB77183114-
CMYK0.5800.380.28
HSL140.94º42.4%50.98%-
HSV(B)140.94º57.92%71.76%-
XYZ23.0336.6621.78-
YUV143.44111.3880.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.59%
GREEN value IS 183 (71.88% from 255) = 48.93%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=20.59%
G=48.93%
B=30.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal771831140.5800.380.28140.9442.450.98
Hex4DB7723A0261C8d2a33
Octal11526716272046342155263
Binary100110110110111111001011101001001101110010001101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,183,114); }

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

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

 a { background-color: rgb(77,183,114); }

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

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

 span { border-color: rgb(77,183,114); }

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