#106949

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

Shades of Jewel #106949

Tints of Jewel #106949

Color information

#106949 (or 0x106949) is unknown color: approx Jewel. HEX triplet: 10, 69 and 49. RGB value is (16,105,73). Sum of RGB (Red+Green+Blue) = 16+105+73=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #106949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106949 is #EF96B6. Grayscale: #4A4A4A. Windows color (decimal): -15701687 or 4811024. OLE color: 4811024.

HSL color Cylindrical-coordinate representation of color #106949: hue angle of 158.43º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106949 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1610573-
CMYK0.8500.300.59
HSL158.43º73.55%23.73%-
HSV(B)158.43º84.76%41.18%-
XYZ6.4710.698.03-
YUV74.74127.0186.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 105 (41.41% from 255) = 54.12%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=8.25%
G=54.12%
B=37.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16105730.8500.300.59158.4373.5523.73
Hex1069495501E3B9e4a18
Octal201511111250367323611230
Binary1000011010011001001101010101111011101110011110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106949; }

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

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

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

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

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

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

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

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