#105626

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

Shades of Crusoe #105626

Tints of Crusoe #105626

Color information

#105626 (or 0x105626) is unknown color: approx Crusoe. HEX triplet: 10, 56 and 26. RGB value is (16,86,38). Sum of RGB (Red+Green+Blue) = 16+86+38=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 86 (33.98% from 255 or 61.43% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 86 - color contains mainly: green. Hex color #105626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105626 is #EFA9D9. Grayscale: #3B3B3B. Windows color (decimal): -15706586 or 2512400. OLE color: 2512400.

HSL color Cylindrical-coordinate representation of color #105626: hue angle of 138.86º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105626 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB168638-
CMYK0.8100.560.66
HSL138.86º68.63%20%-
HSV(B)138.86º81.4%33.73%-
XYZ3.896.912.96-
YUV59.6115.8196.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.43%
GREEN value IS 86 (33.98% from 255) = 61.43%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=11.43%
G=61.43%
B=27.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1686380.8100.560.66138.8668.6320
Hex10562651038428b4514
Octal201264612107010221310524
Binary10000101011010011010100010111000100001010001011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105626; }

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

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

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

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

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

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

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

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