#4D9C70

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

Shades of Ocean Green #4D9C70

Tints of Ocean Green #4D9C70

Color information

#4D9C70 (or 0x4D9C70) is unknown color: approx Ocean Green. HEX triplet: 4D, 9C and 70. RGB value is (77,156,112). Sum of RGB (Red+Green+Blue) = 77+156+112=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #4D9C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9C70 is #B2638F. Grayscale: #7F7F7F. Windows color (decimal): -11690896 or 7380045. OLE color: 7380045.

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

Color convert

RGB77156112-
CMYK0.5100.280.39
HSL146.58º33.91%45.69%-
HSV(B)146.58º50.64%61.18%-
XYZ17.8726.5219.51-
YUV127.36119.3392.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.32%
GREEN value IS 156 (61.33% from 255) = 45.22%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=22.32%
G=45.22%
B=32.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771561120.5100.280.39146.5833.9145.69
Hex4D9C703301C2793222e
Octal11523416063034472234256
Binary100110110011100111000011001101110010011110010011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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