#4D9E7C

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

Shades of Ocean Green #4D9E7C

Tints of Ocean Green #4D9E7C

Color information

#4D9E7C (or 0x4D9E7C) is unknown color: approx Ocean Green. HEX triplet: 4D, 9E and 7C. RGB value is (77,158,124). Sum of RGB (Red+Green+Blue) = 77+158+124=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #4D9E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9E7C is #B26183. Grayscale: #818181. Windows color (decimal): -11690372 or 8166989. OLE color: 8166989.

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

Color convert

RGB77158124-
CMYK0.5100.220.38
HSL154.81º34.47%46.08%-
HSV(B)154.81º51.27%61.96%-
XYZ18.9327.4923.38-
YUV129.9124.6690.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.45%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=21.45%
G=44.01%
B=34.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771581240.5100.220.38154.8134.4746.08
Hex4D9E7C33016269b222e
Octal11523617463026462334256
Binary100110110011110111110011001101011010011010011011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,158,124); }

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

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

 a { background-color: rgb(77,158,124); }

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

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

 span { border-color: rgb(77,158,124); }

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