#499F69

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

Shades of Ocean Green #499F69

Tints of Ocean Green #499F69

Color information

#499F69 (or 0x499F69) is unknown color: approx Ocean Green. HEX triplet: 49, 9F and 69. RGB value is (73,159,105). Sum of RGB (Red+Green+Blue) = 73+159+105=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #499F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499F69 is #B66096. Grayscale: #7F7F7F. Windows color (decimal): -11952279 or 6922057. OLE color: 6922057.

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

Color convert

RGB73159105-
CMYK0.5400.340.38
HSL142.33º37.07%45.49%-
HSV(B)142.33º54.09%62.35%-
XYZ17.727.2317.69-
YUV127.13115.5189.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.66%
GREEN value IS 159 (62.5% from 255) = 47.18%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=21.66%
G=47.18%
B=31.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731591050.5400.340.38142.3337.0745.49
Hex499F6936022268e252d
Octal11123715166042462164555
Binary1001001100111111101001110110010001010011010001110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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