#499F70

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

Shades of Ocean Green #499F70

Tints of Ocean Green #499F70

Color information

#499F70 (or 0x499F70) is unknown color: approx Ocean Green. HEX triplet: 49, 9F and 70. RGB value is (73,159,112). Sum of RGB (Red+Green+Blue) = 73+159+112=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 159 - color contains mainly: green. Hex color #499F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499F70 is #B6608F. Grayscale: #808080. Windows color (decimal): -11952272 or 7380809. OLE color: 7380809.

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

Color convert

RGB73159112-
CMYK0.5400.300.38
HSL147.21º37.07%45.49%-
HSV(B)147.21º54.09%62.35%-
XYZ18.0727.3819.66-
YUV127.93119.0188.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.22%
GREEN value IS 159 (62.5% from 255) = 46.22%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=21.22%
G=46.22%
B=32.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731591120.5400.300.38147.2137.0745.49
Hex499F703601E2693252d
Octal11123716066036462234555
Binary100100110011111111000011011001111010011010010011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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