#105B22

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

Shades of Crusoe #105B22

Tints of Crusoe #105B22

Color information

#105B22 (or 0x105B22) is unknown color: approx Crusoe. HEX triplet: 10, 5B and 22. RGB value is (16,91,34). Sum of RGB (Red+Green+Blue) = 16+91+34=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 91 (35.94% from 255 or 64.54% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 91 - color contains mainly: green. Hex color #105B22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105B22 is #EFA4DD. Grayscale: #3E3E3E. Windows color (decimal): -15705310 or 2251536. OLE color: 2251536.

HSL color Cylindrical-coordinate representation of color #105B22: hue angle of 134.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105B22 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.

Color convert

RGB169134-
CMYK0.8200.630.64
HSL134.4º70.09%20.98%-
HSV(B)134.4º82.42%35.69%-
XYZ4.247.712.78-
YUV62.08112.1595.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 91 (35.94% from 255) = 64.54%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=11.35%
G=64.54%
B=24.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1691340.8200.630.64134.470.0920.98
Hex105B225203F40864615
Octal201334212207710020610625
Binary10000101101110001010100100111111100000010000110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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