#499F73

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

Shades of Ocean Green #499F73

Tints of Ocean Green #499F73

Color information

#499F73 (or 0x499F73) is unknown color: approx Ocean Green. HEX triplet: 49, 9F and 73. RGB value is (73,159,115). Sum of RGB (Red+Green+Blue) = 73+159+115=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #499F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499F73 is #B6608C. Grayscale: #808080. Windows color (decimal): -11952269 or 7577417. OLE color: 7577417.

HSL color Cylindrical-coordinate representation of color #499F73: hue angle of 149.3º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499F73 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB73159115-
CMYK0.5400.280.38
HSL149.3º37.07%45.49%-
HSV(B)149.3º54.09%62.35%-
XYZ18.2427.4520.56-
YUV128.27120.5188.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 159 (62.5% from 255) = 45.82%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=21.04%
G=45.82%
B=33.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731591150.5400.280.38149.337.0745.49
Hex499F733601C2695252d
Octal11123716366034462254555
Binary100100110011111111001111011001110010011010010101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499F73; }

 p { color: rgb(73,159,115); }

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

<style>
 a { background-color: #499F73; }

 a { background-color: rgb(73,159,115); }

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

<style>
 span { border-color: #499F73; }

 span { border-color: rgb(73,159,115); }

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