#105847

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

Shades of Jewel #105847

Tints of Jewel #105847

Color information

#105847 (or 0x105847) is unknown color: approx Jewel. HEX triplet: 10, 58 and 47. RGB value is (16,88,71). Sum of RGB (Red+Green+Blue) = 16+88+71=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #105847 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105847 is #EFA7B8. Grayscale: #404040. Windows color (decimal): -15706041 or 4675600. OLE color: 4675600.

HSL color Cylindrical-coordinate representation of color #105847: hue angle of 165.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105847 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB168871-
CMYK0.8200.190.65
HSL165.83º69.23%20.39%-
HSV(B)165.83º81.82%34.51%-
XYZ4.847.547.16-
YUV64.53131.6593.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 88 (34.77% from 255) = 50.29%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=9.14%
G=50.29%
B=40.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1688710.8200.190.65165.8369.2320.39
Hex1058475201341a64514
Octal2013010712202310124610524
Binary10000101100010001111010010010011100000110100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105847; }

 p { color: rgb(16,88,71); }

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

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

 a { background-color: rgb(16,88,71); }

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

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

 span { border-color: rgb(16,88,71); }

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