#105A21

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

Shades of Crusoe #105A21

Tints of Crusoe #105A21

Color information

#105A21 (or 0x105A21) is unknown color: approx Crusoe. HEX triplet: 10, 5A and 21. RGB value is (16,90,33). Sum of RGB (Red+Green+Blue) = 16+90+33=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 90 (35.55% from 255 or 64.75% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 90 - color contains mainly: green. Hex color #105A21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105A21 is #EFA5DE. Grayscale: #3D3D3D. Windows color (decimal): -15705567 or 2185744. OLE color: 2185744.

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

Color convert

RGB169033-
CMYK0.8200.630.65
HSL133.78º69.81%20.78%-
HSV(B)133.78º82.22%35.29%-
XYZ4.147.532.67-
YUV61.38111.9895.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 90 (35.55% from 255) = 64.75%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=11.51%
G=64.75%
B=23.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1690330.8200.630.65133.7869.8120.78
Hex105A215203F41864615
Octal201324112207710120610625
Binary10000101101010000110100100111111100000110000110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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