#105D22

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

Shades of Crusoe #105D22

Tints of Crusoe #105D22

Color information

#105D22 (or 0x105D22) is unknown color: approx Crusoe. HEX triplet: 10, 5D and 22. RGB value is (16,93,34). Sum of RGB (Red+Green+Blue) = 16+93+34=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 93 (36.72% from 255 or 65.03% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 93 - color contains mainly: green. Hex color #105D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105D22 is #EFA2DD. Grayscale: #3F3F3F. Windows color (decimal): -15704798 or 2252048. OLE color: 2252048.

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

Color convert

RGB169334-
CMYK0.8300.630.64
HSL134.03º70.64%21.37%-
HSV(B)134.03º82.8%36.47%-
XYZ4.428.052.84-
YUV63.25111.4994.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 93 (36.72% from 255) = 65.03%
BLUE value IS 34 (13.67% from 255) = 23.78%
R=11.19%
G=65.03%
B=23.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1693340.8300.630.64134.0370.6421.37
Hex105D225303F40864715
Octal201354212307710020610725
Binary10000101110110001010100110111111100000010000110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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