Shades of Crusoe #1A5736
Tints of Crusoe #1A5736
RGB
CMYK
RGB Variations
Color information
#1A5736 (or 0x1A5736) is known color: Crusoe. HEX triplet: 1A, 57 and 36. RGB value is (26,87,54). Sum of RGB (Red+Green+Blue) = 26+87+54=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 87 (34.38% from 255 or 52.10% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 87 - color contains mainly: green. Hex color #1A5736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5736 is #E5A8C9. Grayscale: #414141. Windows color (decimal): -15050954 or 3561242. OLE color: 3561242.
HSL color Cylindrical-coordinate representation of color #1A5736: hue angle of 147.54º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A5736 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 87 | 54 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.66 |
| HSL | 147.54º | 0.54% | 0.22% | - |
| HSV(B) | 147.54º | 0.7% | 0.34% | - |
| XYZ | 4.5 | 7.3 | 4.66 | - |
| YUV | 65 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 87 | 54 | 0.70 | 0 | 0.38 | 0.66 | 147.54 | 0.54 | 0.22 |
| Hex | 1A | 57 | 36 | 46 | 0 | 26 | 42 | 94 | 36 | 16 |
| Octal | 32 | 127 | 66 | 106 | 0 | 46 | 102 | 224 | 66 | 26 |
| Binary | 11010 | 1010111 | 110110 | 1000110 | 0 | 100110 | 1000010 | 10010100 | 110110 | 10110 |
Color Harmonies of #1A5736
Complementary color
Monochromatic Colors of #1A5736
Black with #1A5736
Text Example
Text Example
White with #1A5736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5736; }
p { color: rgb(26,87,54); }
H1.HeaderClassName
{
color: #1A5736;
}
.AnyTagClassName
{
color: #1A5736;
}
</style>
background-color css
<style>
a { background-color: #1A5736; }
a { background-color: rgb(26,87,54); }
div.DivClassName
{
background-color: #1A5736;
}
.BgClassName
{
background-color: #1A5736;
}
</style>
border-color css
<style>
span { border-color: #1A5736; }
span { border-color: rgb(26,87,54); }
td.TdClassName
{
border-color: #1A5736;
}
.TagClassName
{
border-color: #1A5736;
}
</style>