Shades of Crusoe #1A5525
Tints of Crusoe #1A5525
RGB
CMYK
RGB Variations
Color information
#1A5525 (or 0x1A5525) is known color: Crusoe. HEX triplet: 1A, 55 and 25. RGB value is (26,85,37). Sum of RGB (Red+Green+Blue) = 26+85+37=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5525 is #E5AADA. Grayscale: #3E3E3E. Windows color (decimal): -15051483 or 2446618. OLE color: 2446618.
HSL color Cylindrical-coordinate representation of color #1A5525: hue angle of 131.19º 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 #1A5525 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 85 | 37 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.67 |
| HSL | 131.19º | 0.53% | 0.22% | - |
| HSV(B) | 131.19º | 0.69% | 0.33% | - |
| XYZ | 4.01 | 6.85 | 2.86 | - |
| YUV | 61.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 37 | 0.69 | 0 | 0.56 | 0.67 | 131.19 | 0.53 | 0.22 |
| Hex | 1A | 55 | 25 | 45 | 0 | 38 | 43 | 83 | 35 | 16 |
| Octal | 32 | 125 | 45 | 105 | 0 | 70 | 103 | 203 | 65 | 26 |
| Binary | 11010 | 1010101 | 100101 | 1000101 | 0 | 111000 | 1000011 | 10000011 | 110101 | 10110 |
Color Harmonies of #1A5525
Complementary color
Monochromatic Colors of #1A5525
Black with #1A5525
Text Example
Text Example
White with #1A5525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5525; }
p { color: rgb(26,85,37); }
H1.HeaderClassName
{
color: #1A5525;
}
.AnyTagClassName
{
color: #1A5525;
}
</style>
background-color css
<style>
a { background-color: #1A5525; }
a { background-color: rgb(26,85,37); }
div.DivClassName
{
background-color: #1A5525;
}
.BgClassName
{
background-color: #1A5525;
}
</style>
border-color css
<style>
span { border-color: #1A5525; }
span { border-color: rgb(26,85,37); }
td.TdClassName
{
border-color: #1A5525;
}
.TagClassName
{
border-color: #1A5525;
}
</style>