#105F20

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

Shades of Crusoe #105F20

Tints of Crusoe #105F20

Color information

#105F20 (or 0x105F20) is unknown color: approx Crusoe. HEX triplet: 10, 5F and 20. RGB value is (16,95,32). Sum of RGB (Red+Green+Blue) = 16+95+32=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 95 (37.5% from 255 or 66.43% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 95 - color contains mainly: green. Hex color #105F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105F20 is #EFA0DF. Grayscale: #404040. Windows color (decimal): -15704288 or 2121488. OLE color: 2121488.

HSL color Cylindrical-coordinate representation of color #105F20: hue angle of 132.15º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105F20 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB169532-
CMYK0.8300.660.63
HSL132.15º71.17%21.76%-
HSV(B)132.15º83.16%37.25%-
XYZ4.578.42.75-
YUV64.2109.8393.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 95 (37.5% from 255) = 66.43%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=11.19%
G=66.43%
B=22.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1695320.8300.660.63132.1571.1721.76
Hex105F20530423F844716
Octal201374012301027720410726
Binary10000101111110000010100110100001011111110000100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,95,32); }

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

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

 a { background-color: rgb(16,95,32); }

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

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

 span { border-color: rgb(16,95,32); }

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