#105A29

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

Shades of Crusoe #105A29

Tints of Crusoe #105A29

Color information

#105A29 (or 0x105A29) is unknown color: approx Crusoe. HEX triplet: 10, 5A and 29. RGB value is (16,90,41). Sum of RGB (Red+Green+Blue) = 16+90+41=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #105A29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105A29 is #EFA5D6. Grayscale: #3E3E3E. Windows color (decimal): -15705559 or 2710032. OLE color: 2710032.

HSL color Cylindrical-coordinate representation of color #105A29: hue angle of 140.27º 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 #105A29 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB169041-
CMYK0.8200.540.65
HSL140.27º69.81%20.78%-
HSV(B)140.27º82.22%35.29%-
XYZ4.277.583.34-
YUV62.29115.9894.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 90 (35.55% from 255) = 61.22%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=10.88%
G=61.22%
B=27.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1690410.8200.540.65140.2769.8120.78
Hex105A2952036418c4615
Octal201325112206610121410625
Binary10000101101010100110100100110110100000110001100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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