#106444

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

Shades of Jewel #106444

Tints of Jewel #106444

Color information

#106444 (or 0x106444) is unknown color: approx Jewel. HEX triplet: 10, 64 and 44. RGB value is (16,100,68). Sum of RGB (Red+Green+Blue) = 16+100+68=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #106444 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106444 is #EF9BBB. Grayscale: #474747. Windows color (decimal): -15702972 or 4482064. OLE color: 4482064.

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

Color convert

RGB1610068-
CMYK0.8400.320.61
HSL157.14º72.41%22.75%-
HSV(B)157.14º84%39.22%-
XYZ5.819.647.02-
YUV71.24126.1788.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.70%
GREEN value IS 100 (39.45% from 255) = 54.35%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=8.70%
G=54.35%
B=36.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16100680.8400.320.61157.1472.4122.75
Hex106444540203D9d4817
Octal201441041240407523511027
Binary10000110010010001001010100010000011110110011101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106444; }

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

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

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

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

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

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

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

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