#499F68

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

Shades of Ocean Green #499F68

Tints of Ocean Green #499F68

Color information

#499F68 (or 0x499F68) is unknown color: approx Ocean Green. HEX triplet: 49, 9F and 68. RGB value is (73,159,104). Sum of RGB (Red+Green+Blue) = 73+159+104=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #499F68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499F68 is #B66097. Grayscale: #7F7F7F. Windows color (decimal): -11952280 or 6856521. OLE color: 6856521.

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

Color convert

RGB73159104-
CMYK0.5400.350.38
HSL141.63º37.07%45.49%-
HSV(B)141.63º54.09%62.35%-
XYZ17.6427.2117.42-
YUV127.02115.0189.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 159 (62.5% from 255) = 47.32%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=21.73%
G=47.32%
B=30.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731591040.5400.350.38141.6337.0745.49
Hex499F6836023268e252d
Octal11123715066043462164555
Binary1001001100111111101000110110010001110011010001110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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