#105B47

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

Shades of Jewel #105B47

Tints of Jewel #105B47

Color information

#105B47 (or 0x105B47) is unknown color: approx Jewel. HEX triplet: 10, 5B and 47. RGB value is (16,91,71). Sum of RGB (Red+Green+Blue) = 16+91+71=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 91 (35.94% from 255 or 51.12% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 91 - color contains mainly: green. Hex color #105B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105B47 is #EFA4B8. Grayscale: #424242. Windows color (decimal): -15705273 or 4676368. OLE color: 4676368.

HSL color Cylindrical-coordinate representation of color #105B47: hue angle of 164º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105B47 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB169171-
CMYK0.8200.220.64
HSL164º70.09%20.98%-
HSV(B)164º82.42%35.69%-
XYZ5.098.057.25-
YUV66.29130.6592.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.99%
GREEN value IS 91 (35.94% from 255) = 51.12%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=8.99%
G=51.12%
B=39.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1691710.8200.220.6416470.0920.98
Hex105B475201640a44615
Octal2013310712202610024410625
Binary10000101101110001111010010010110100000010100100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105B47; }

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

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

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

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

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

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

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

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