#105A28

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

Shades of Crusoe #105A28

Tints of Crusoe #105A28

Color information

#105A28 (or 0x105A28) is unknown color: approx Crusoe. HEX triplet: 10, 5A and 28. RGB value is (16,90,40). Sum of RGB (Red+Green+Blue) = 16+90+40=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 90 (35.55% from 255 or 61.64% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 90 - color contains mainly: green. Hex color #105A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105A28 is #EFA5D7. Grayscale: #3E3E3E. Windows color (decimal): -15705560 or 2644496. OLE color: 2644496.

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

Color convert

RGB169040-
CMYK0.8200.560.65
HSL139.46º69.81%20.78%-
HSV(B)139.46º82.22%35.29%-
XYZ4.257.583.25-
YUV62.17115.4895.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 90 (35.55% from 255) = 61.64%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=10.96%
G=61.64%
B=27.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1690400.8200.560.65139.4669.8120.78
Hex105A2852038418b4615
Octal201325012207010121310625
Binary10000101101010100010100100111000100000110001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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