Shades of Crusoe #1A5528
Tints of Crusoe #1A5528
RGB
CMYK
RGB Variations
Color information
#1A5528 (or 0x1A5528) is known color: Crusoe. HEX triplet: 1A, 55 and 28. RGB value is (26,85,40). Sum of RGB (Red+Green+Blue) = 26+85+40=151 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.22% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5528 is #E5AAD7. Grayscale: #3E3E3E. Windows color (decimal): -15051480 or 2643226. OLE color: 2643226.
HSL color Cylindrical-coordinate representation of color #1A5528: hue angle of 134.24º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A5528 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 40 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.67 |
| HSL | 134.24º | 0.53% | 0.22% | - |
| HSV(B) | 134.24º | 0.69% | 0.33% | - |
| XYZ | 4.06 | 6.87 | 3.12 | - |
| YUV | 62.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 40 | 0.69 | 0 | 0.53 | 0.67 | 134.24 | 0.53 | 0.22 |
| Hex | 1A | 55 | 28 | 45 | 0 | 35 | 43 | 86 | 35 | 16 |
| Octal | 32 | 125 | 50 | 105 | 0 | 65 | 103 | 206 | 65 | 26 |
| Binary | 11010 | 1010101 | 101000 | 1000101 | 0 | 110101 | 1000011 | 10000110 | 110101 | 10110 |
Color Harmonies of #1A5528
Complementary color
Monochromatic Colors of #1A5528
Black with #1A5528
Text Example
Text Example
White with #1A5528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5528; }
p { color: rgb(26,85,40); }
H1.HeaderClassName
{
color: #1A5528;
}
.AnyTagClassName
{
color: #1A5528;
}
</style>
background-color css
<style>
a { background-color: #1A5528; }
a { background-color: rgb(26,85,40); }
div.DivClassName
{
background-color: #1A5528;
}
.BgClassName
{
background-color: #1A5528;
}
</style>
border-color css
<style>
span { border-color: #1A5528; }
span { border-color: rgb(26,85,40); }
td.TdClassName
{
border-color: #1A5528;
}
.TagClassName
{
border-color: #1A5528;
}
</style>