Shades of Crusoe #1D5936
Tints of Crusoe #1D5936
RGB
CMYK
RGB Variations
Color information
#1D5936 (or 0x1D5936) is known color: Crusoe. HEX triplet: 1D, 59 and 36. RGB value is (29,89,54). Sum of RGB (Red+Green+Blue) = 29+89+54=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #1D5936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5936 is #E2A6C9. Grayscale: #434343. Windows color (decimal): -14853834 or 3561757. OLE color: 3561757.
HSL color Cylindrical-coordinate representation of color #1D5936: hue angle of 145º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D5936 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 89 | 54 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.65 |
| HSL | 145º | 0.51% | 0.23% | - |
| HSV(B) | 145º | 0.67% | 0.35% | - |
| XYZ | 4.74 | 7.67 | 4.72 | - |
| YUV | 67.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 89 | 54 | 0.67 | 0 | 0.39 | 0.65 | 145 | 0.51 | 0.23 |
| Hex | 1D | 59 | 36 | 43 | 0 | 27 | 41 | 91 | 33 | 17 |
| Octal | 35 | 131 | 66 | 103 | 0 | 47 | 101 | 221 | 63 | 27 |
| Binary | 11101 | 1011001 | 110110 | 1000011 | 0 | 100111 | 1000001 | 10010001 | 110011 | 10111 |
Color Harmonies of #1D5936
Complementary color
Monochromatic Colors of #1D5936
Black with #1D5936
Text Example
Text Example
White with #1D5936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5936; }
p { color: rgb(29,89,54); }
H1.HeaderClassName
{
color: #1D5936;
}
.AnyTagClassName
{
color: #1D5936;
}
</style>
background-color css
<style>
a { background-color: #1D5936; }
a { background-color: rgb(29,89,54); }
div.DivClassName
{
background-color: #1D5936;
}
.BgClassName
{
background-color: #1D5936;
}
</style>
border-color css
<style>
span { border-color: #1D5936; }
span { border-color: rgb(29,89,54); }
td.TdClassName
{
border-color: #1D5936;
}
.TagClassName
{
border-color: #1D5936;
}
</style>