#4D9E76

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

Shades of Ocean Green #4D9E76

Tints of Ocean Green #4D9E76

Color information

#4D9E76 (or 0x4D9E76) is unknown color: approx Ocean Green. HEX triplet: 4D, 9E and 76. RGB value is (77,158,118). Sum of RGB (Red+Green+Blue) = 77+158+118=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 158 - color contains mainly: green. Hex color #4D9E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9E76 is #B26189. Grayscale: #818181. Windows color (decimal): -11690378 or 7773773. OLE color: 7773773.

HSL color Cylindrical-coordinate representation of color #4D9E76: hue angle of 150.37º 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 #4D9E76 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB77158118-
CMYK0.5100.250.38
HSL150.37º34.47%46.08%-
HSV(B)150.37º51.27%61.96%-
XYZ18.5627.3421.44-
YUV129.22121.6690.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.81%
GREEN value IS 158 (62.11% from 255) = 44.76%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=21.81%
G=44.76%
B=33.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771581180.5100.250.38150.3734.4746.08
Hex4D9E76330192696222e
Octal11523616663031462264256
Binary100110110011110111011011001101100110011010010110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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