#499673

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

Shades of Ocean Green #499673

Tints of Ocean Green #499673

Color information

#499673 (or 0x499673) is unknown color: approx Ocean Green. HEX triplet: 49, 96 and 73. RGB value is (73,150,115). Sum of RGB (Red+Green+Blue) = 73+150+115=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #499673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499673 is #B6698C. Grayscale: #7B7B7B. Windows color (decimal): -11954573 or 7575113. OLE color: 7575113.

HSL color Cylindrical-coordinate representation of color #499673: hue angle of 152.73º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499673 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB73150115-
CMYK0.5100.230.41
HSL152.73º34.53%43.73%-
HSV(B)152.73º51.33%58.82%-
XYZ16.7524.4720.06-
YUV122.99123.4992.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.60%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=21.60%
G=44.38%
B=34.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731501150.5100.230.41152.7334.5343.73
Hex499673330172999232c
Octal11122616363027512314354
Binary100100110010110111001111001101011110100110011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499673; }

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

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

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

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

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

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

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

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