#4DB06E

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

Shades of Ocean Green #4DB06E

Tints of Ocean Green #4DB06E

Color information

#4DB06E (or 0x4DB06E) is unknown color: approx Ocean Green. HEX triplet: 4D, B0 and 6E. RGB value is (77,176,110). Sum of RGB (Red+Green+Blue) = 77+176+110=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB06E is #B24F91. Grayscale: #8B8B8B. Windows color (decimal): -11685778 or 7254093. OLE color: 7254093.

HSL color Cylindrical-coordinate representation of color #4DB06E: hue angle of 140º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB06E is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB77176110-
CMYK0.5600.370.31
HSL140º39.13%49.61%-
HSV(B)140º56.25%69.02%-
XYZ21.433.7520.14-
YUV138.88111.783.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.21%
GREEN value IS 176 (69.14% from 255) = 48.48%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=21.21%
G=48.48%
B=30.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771761100.5600.370.3114039.1349.61
Hex4DB06E380251F8c2732
Octal11526015670045372144762
Binary100110110110000110111011100001001011111110001100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,176,110); }

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

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

 a { background-color: rgb(77,176,110); }

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

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

 span { border-color: rgb(77,176,110); }

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