Shades of Crusoe #1A5529
Tints of Crusoe #1A5529
RGB
CMYK
RGB Variations
Color information
#1A5529 (or 0x1A5529) is known color: Crusoe. HEX triplet: 1A, 55 and 29. RGB value is (26,85,41). Sum of RGB (Red+Green+Blue) = 26+85+41=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5529 is #E5AAD6. Grayscale: #3E3E3E. Windows color (decimal): -15051479 or 2708762. OLE color: 2708762.
HSL color Cylindrical-coordinate representation of color #1A5529: hue angle of 135.25º 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 #1A5529 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 41 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.67 |
| HSL | 135.25º | 0.53% | 0.22% | - |
| HSV(B) | 135.25º | 0.69% | 0.33% | - |
| XYZ | 4.07 | 6.88 | 3.21 | - |
| YUV | 62.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 41 | 0.69 | 0 | 0.52 | 0.67 | 135.25 | 0.53 | 0.22 |
| Hex | 1A | 55 | 29 | 45 | 0 | 34 | 43 | 87 | 35 | 16 |
| Octal | 32 | 125 | 51 | 105 | 0 | 64 | 103 | 207 | 65 | 26 |
| Binary | 11010 | 1010101 | 101001 | 1000101 | 0 | 110100 | 1000011 | 10000111 | 110101 | 10110 |
Color Harmonies of #1A5529
Complementary color
Monochromatic Colors of #1A5529
Black with #1A5529
Text Example
Text Example
White with #1A5529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5529; }
p { color: rgb(26,85,41); }
H1.HeaderClassName
{
color: #1A5529;
}
.AnyTagClassName
{
color: #1A5529;
}
</style>
background-color css
<style>
a { background-color: #1A5529; }
a { background-color: rgb(26,85,41); }
div.DivClassName
{
background-color: #1A5529;
}
.BgClassName
{
background-color: #1A5529;
}
</style>
border-color css
<style>
span { border-color: #1A5529; }
span { border-color: rgb(26,85,41); }
td.TdClassName
{
border-color: #1A5529;
}
.TagClassName
{
border-color: #1A5529;
}
</style>