#106443

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

Shades of Jewel #106443

Tints of Jewel #106443

Color information

#106443 (or 0x106443) is unknown color: approx Jewel. HEX triplet: 10, 64 and 43. RGB value is (16,100,67). Sum of RGB (Red+Green+Blue) = 16+100+67=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 100 (39.45% from 255 or 54.64% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 100 - color contains mainly: green. Hex color #106443 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106443 is #EF9BBC. Grayscale: #474747. Windows color (decimal): -15702973 or 4416528. OLE color: 4416528.

HSL color Cylindrical-coordinate representation of color #106443: hue angle of 156.43º 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 #106443 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB1610067-
CMYK0.8400.330.61
HSL156.43º72.41%22.75%-
HSV(B)156.43º84%39.22%-
XYZ5.789.636.86-
YUV71.12125.6788.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.74%
GREEN value IS 100 (39.45% from 255) = 54.64%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=8.74%
G=54.64%
B=36.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16100670.8400.330.61156.4372.4122.75
Hex106443540213D9c4817
Octal201441031240417523411027
Binary10000110010010000111010100010000111110110011100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106443; }

 p { color: rgb(16,100,67); }

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

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

 a { background-color: rgb(16,100,67); }

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

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

 span { border-color: rgb(16,100,67); }

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