#105F21

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

Shades of Crusoe #105F21

Tints of Crusoe #105F21

Color information

#105F21 (or 0x105F21) is unknown color: approx Crusoe. HEX triplet: 10, 5F and 21. RGB value is (16,95,33). Sum of RGB (Red+Green+Blue) = 16+95+33=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 95 (37.5% from 255 or 65.97% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 95 - color contains mainly: green. Hex color #105F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105F21 is #EFA0DE. Grayscale: #404040. Windows color (decimal): -15704287 or 2187024. OLE color: 2187024.

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

Color convert

RGB169533-
CMYK0.8300.650.63
HSL132.91º71.17%21.76%-
HSV(B)132.91º83.16%37.25%-
XYZ4.588.42.82-
YUV64.31110.3393.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 95 (37.5% from 255) = 65.97%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=11.11%
G=65.97%
B=22.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1695330.8300.650.63132.9171.1721.76
Hex105F21530413F854716
Octal201374112301017720510726
Binary10000101111110000110100110100000111111110000101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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