#105D26

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

Shades of Crusoe #105D26

Tints of Crusoe #105D26

Color information

#105D26 (or 0x105D26) is unknown color: approx Crusoe. HEX triplet: 10, 5D and 26. RGB value is (16,93,38). Sum of RGB (Red+Green+Blue) = 16+93+38=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 93 (36.72% from 255 or 63.27% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 93 - color contains mainly: green. Hex color #105D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105D26 is #EFA2D9. Grayscale: #3F3F3F. Windows color (decimal): -15704794 or 2514192. OLE color: 2514192.

HSL color Cylindrical-coordinate representation of color #105D26: hue angle of 137.14º 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 #105D26 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB169338-
CMYK0.8300.590.64
HSL137.14º70.64%21.37%-
HSV(B)137.14º82.8%36.47%-
XYZ4.488.083.16-
YUV63.71113.4993.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 93 (36.72% from 255) = 63.27%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=10.88%
G=63.27%
B=25.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1693380.8300.590.64137.1470.6421.37
Hex105D265303B40894715
Octal201354612307310021110725
Binary10000101110110011010100110111011100000010001001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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