#499675

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

Shades of Ocean Green #499675

Tints of Ocean Green #499675

Color information

#499675 (or 0x499675) is unknown color: approx Ocean Green. HEX triplet: 49, 96 and 75. RGB value is (73,150,117). Sum of RGB (Red+Green+Blue) = 73+150+117=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #499675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499675 is #B6698A. Grayscale: #7B7B7B. Windows color (decimal): -11954571 or 7706185. OLE color: 7706185.

HSL color Cylindrical-coordinate representation of color #499675: hue angle of 154.29º 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 #499675 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB73150117-
CMYK0.5100.220.41
HSL154.29º34.53%43.73%-
HSV(B)154.29º51.33%58.82%-
XYZ16.8624.5120.67-
YUV123.22124.4992.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 150 (58.98% from 255) = 44.12%
BLUE value IS 117 (46.09% from 255) = 34.41%
R=21.47%
G=44.12%
B=34.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731501170.5100.220.41154.2934.5343.73
Hex49967533016299a232c
Octal11122616563026512324354
Binary100100110010110111010111001101011010100110011010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499675; }

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

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

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

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

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

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

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

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