#106049

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

Shades of Jewel #106049

Tints of Jewel #106049

Color information

#106049 (or 0x106049) is unknown color: approx Jewel. HEX triplet: 10, 60 and 49. RGB value is (16,96,73). Sum of RGB (Red+Green+Blue) = 16+96+73=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #106049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106049 is #EF9FB6. Grayscale: #454545. Windows color (decimal): -15703991 or 4808720. OLE color: 4808720.

HSL color Cylindrical-coordinate representation of color #106049: hue angle of 162.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #106049 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB169673-
CMYK0.8300.240.62
HSL162.75º71.43%21.96%-
HSV(B)162.75º83.33%37.65%-
XYZ5.68.967.74-
YUV69.4613089.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=8.65%
G=51.89%
B=39.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696730.8300.240.62162.7571.4321.96
Hex106049530183Ea34716
Octal201401111230307624310726
Binary1000011000001001001101001101100011111010100011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106049; }

 p { color: rgb(16,96,73); }

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

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

 a { background-color: rgb(16,96,73); }

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

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

 span { border-color: rgb(16,96,73); }

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