#105D29

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

Shades of Crusoe #105D29

Tints of Crusoe #105D29

Color information

#105D29 (or 0x105D29) is unknown color: approx Crusoe. HEX triplet: 10, 5D and 29. RGB value is (16,93,41). Sum of RGB (Red+Green+Blue) = 16+93+41=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 93 (36.72% from 255 or 62% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 93 - color contains mainly: green. Hex color #105D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105D29 is #EFA2D6. Grayscale: #404040. Windows color (decimal): -15704791 or 2710800. OLE color: 2710800.

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

Color convert

RGB169341-
CMYK0.8300.560.64
HSL139.48º70.64%21.37%-
HSV(B)139.48º82.8%36.47%-
XYZ4.538.13.42-
YUV64.05114.9993.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.67%
GREEN value IS 93 (36.72% from 255) = 62%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=10.67%
G=62%
B=27.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1693410.8300.560.64139.4870.6421.37
Hex105D2953038408b4715
Octal201355112307010021310725
Binary10000101110110100110100110111000100000010001011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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