#4D9B70

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

Shades of Ocean Green #4D9B70

Tints of Ocean Green #4D9B70

Color information

#4D9B70 (or 0x4D9B70) is unknown color: approx Ocean Green. HEX triplet: 4D, 9B and 70. RGB value is (77,155,112). Sum of RGB (Red+Green+Blue) = 77+155+112=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9B70 is #B2648F. Grayscale: #7E7E7E. Windows color (decimal): -11691152 or 7379789. OLE color: 7379789.

HSL color Cylindrical-coordinate representation of color #4D9B70: hue angle of 146.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9B70 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB77155112-
CMYK0.5000.280.39
HSL146.92º33.62%45.49%-
HSV(B)146.92º50.32%60.78%-
XYZ17.7126.1919.45-
YUV126.78119.6692.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.38%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=22.38%
G=45.06%
B=32.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771551120.5000.280.39146.9233.6245.49
Hex4D9B703201C2793222d
Octal11523316062034472234255
Binary100110110011011111000011001001110010011110010011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,155,112); }

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

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

 a { background-color: rgb(77,155,112); }

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

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

 span { border-color: rgb(77,155,112); }

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