Shades of Crusoe #1D5625
Tints of Crusoe #1D5625
RGB
CMYK
RGB Variations
Color information
#1D5625 (or 0x1D5625) is known color: Crusoe. HEX triplet: 1D, 56 and 25. RGB value is (29,86,37). Sum of RGB (Red+Green+Blue) = 29+86+37=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #1D5625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5625 is #E2A9DA. Grayscale: #3F3F3F. Windows color (decimal): -14854619 or 2446877. OLE color: 2446877.
HSL color Cylindrical-coordinate representation of color #1D5625: hue angle of 128.42º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D5625 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 86 | 37 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.66 |
| HSL | 128.42º | 0.5% | 0.23% | - |
| HSV(B) | 128.42º | 0.66% | 0.34% | - |
| XYZ | 4.17 | 7.05 | 2.89 | - |
| YUV | 63.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 37 | 0.66 | 0 | 0.57 | 0.66 | 128.42 | 0.5 | 0.23 |
| Hex | 1D | 56 | 25 | 42 | 0 | 39 | 42 | 80 | 32 | 17 |
| Octal | 35 | 126 | 45 | 102 | 0 | 71 | 102 | 200 | 62 | 27 |
| Binary | 11101 | 1010110 | 100101 | 1000010 | 0 | 111001 | 1000010 | 10000000 | 110010 | 10111 |
Color Harmonies of #1D5625
Complementary color
Monochromatic Colors of #1D5625
Black with #1D5625
Text Example
Text Example
White with #1D5625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5625; }
p { color: rgb(29,86,37); }
H1.HeaderClassName
{
color: #1D5625;
}
.AnyTagClassName
{
color: #1D5625;
}
</style>
background-color css
<style>
a { background-color: #1D5625; }
a { background-color: rgb(29,86,37); }
div.DivClassName
{
background-color: #1D5625;
}
.BgClassName
{
background-color: #1D5625;
}
</style>
border-color css
<style>
span { border-color: #1D5625; }
span { border-color: rgb(29,86,37); }
td.TdClassName
{
border-color: #1D5625;
}
.TagClassName
{
border-color: #1D5625;
}
</style>