#106448

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

Shades of Jewel #106448

Tints of Jewel #106448

Color information

#106448 (or 0x106448) is unknown color: approx Jewel. HEX triplet: 10, 64 and 48. RGB value is (16,100,72). Sum of RGB (Red+Green+Blue) = 16+100+72=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #106448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106448 is #EF9BB7. Grayscale: #474747. Windows color (decimal): -15702968 or 4744208. OLE color: 4744208.

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

Color convert

RGB1610072-
CMYK0.8400.280.61
HSL160º72.41%22.75%-
HSV(B)160º84%39.22%-
XYZ5.949.697.69-
YUV71.69128.1788.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 100 (39.45% from 255) = 53.19%
BLUE value IS 72 (28.52% from 255) = 38.30%
R=8.51%
G=53.19%
B=38.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16100720.8400.280.6116072.4122.75
Hex1064485401C3Da04817
Octal201441101240347524011027
Binary1000011001001001000101010001110011110110100000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106448; }

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

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

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

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

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

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

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

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