#105a47

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

Shades of Jewel #105A47

Tints of Jewel #105A47

Color information

#105A47 (or 0x105A47) is unknown color: approx Jewel. HEX triplet: 10, 5A and 47. RGB value is (16,90,71). Sum of RGB (Red+Green+Blue) = 16+90+71=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #105A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105A47 is #EFA5B8. Grayscale: #414141. Windows color (decimal): -15705529 or 4676112. OLE color: 4676112.

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

Color convert

RGB169071-
CMYK0.8200.210.65
HSL164.59º69.81%20.78%-
HSV(B)164.59º82.22%35.29%-
XYZ5.017.887.22-
YUV65.71130.9892.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.04%
GREEN value IS 90 (35.55% from 255) = 50.85%
BLUE value IS 71 (28.12% from 255) = 40.11%
R=9.04%
G=50.85%
B=40.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1690710.8200.210.65164.5969.8120.78
Hex105A475201541a54615
Octal2013210712202510124510625
Binary10000101101010001111010010010101100000110100101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105a47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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