#106349

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

Shades of Jewel #106349

Tints of Jewel #106349

Color information

#106349 (or 0x106349) is unknown color: approx Jewel. HEX triplet: 10, 63 and 49. RGB value is (16,99,73). Sum of RGB (Red+Green+Blue) = 16+99+73=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #106349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106349 is #EF9CB6. Grayscale: #474747. Windows color (decimal): -15703223 or 4809488. OLE color: 4809488.

HSL color Cylindrical-coordinate representation of color #106349: hue angle of 161.2º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106349 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB169973-
CMYK0.8400.260.61
HSL161.2º72.17%22.55%-
HSV(B)161.2º83.84%38.82%-
XYZ5.889.517.83-
YUV71.2212988.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 99 (39.06% from 255) = 52.66%
BLUE value IS 73 (28.91% from 255) = 38.83%
R=8.51%
G=52.66%
B=38.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699730.8400.260.61161.272.1722.55
Hex1063495401A3Da14817
Octal201431111240327524111027
Binary1000011000111001001101010001101011110110100001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106349; }

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

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

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

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

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

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

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

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