#499F6E

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

Shades of Ocean Green #499F6E

Tints of Ocean Green #499F6E

Color information

#499F6E (or 0x499F6E) is unknown color: approx Ocean Green. HEX triplet: 49, 9F and 6E. RGB value is (73,159,110). Sum of RGB (Red+Green+Blue) = 73+159+110=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #499F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499F6E is #B66091. Grayscale: #7F7F7F. Windows color (decimal): -11952274 or 7249737. OLE color: 7249737.

HSL color Cylindrical-coordinate representation of color #499F6E: hue angle of 145.81º 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 #499F6E is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB73159110-
CMYK0.5400.310.38
HSL145.81º37.07%45.49%-
HSV(B)145.81º54.09%62.35%-
XYZ17.9627.3419.08-
YUV127.7118.0188.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.35%
GREEN value IS 159 (62.5% from 255) = 46.49%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=21.35%
G=46.49%
B=32.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731591100.5400.310.38145.8137.0745.49
Hex499F6E3601F2692252d
Octal11123715666037462224555
Binary100100110011111110111011011001111110011010010010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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