Shades of Crusoe #1D562D
Tints of Crusoe #1D562D
RGB
CMYK
RGB Variations
Color information
#1D562D (or 0x1D562D) is known color: Crusoe. HEX triplet: 1D, 56 and 2D. RGB value is (29,86,45). Sum of RGB (Red+Green+Blue) = 29+86+45=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #1D562D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D562D is #E2A9D2. Grayscale: #404040. Windows color (decimal): -14854611 or 2971165. OLE color: 2971165.
HSL color Cylindrical-coordinate representation of color #1D562D: hue angle of 136.84º 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 #1D562D is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 86 | 45 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.66 |
| HSL | 136.84º | 0.5% | 0.23% | - |
| HSV(B) | 136.84º | 0.66% | 0.34% | - |
| XYZ | 4.31 | 7.11 | 3.63 | - |
| YUV | 64.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 45 | 0.66 | 0 | 0.48 | 0.66 | 136.84 | 0.5 | 0.23 |
| Hex | 1D | 56 | 2D | 42 | 0 | 30 | 42 | 89 | 32 | 17 |
| Octal | 35 | 126 | 55 | 102 | 0 | 60 | 102 | 211 | 62 | 27 |
| Binary | 11101 | 1010110 | 101101 | 1000010 | 0 | 110000 | 1000010 | 10001001 | 110010 | 10111 |
Color Harmonies of #1D562D
Complementary color
Monochromatic Colors of #1D562D
Black with #1D562D
Text Example
Text Example
White with #1D562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D562D; }
p { color: rgb(29,86,45); }
H1.HeaderClassName
{
color: #1D562D;
}
.AnyTagClassName
{
color: #1D562D;
}
</style>
background-color css
<style>
a { background-color: #1D562D; }
a { background-color: rgb(29,86,45); }
div.DivClassName
{
background-color: #1D562D;
}
.BgClassName
{
background-color: #1D562D;
}
</style>
border-color css
<style>
span { border-color: #1D562D; }
span { border-color: rgb(29,86,45); }
td.TdClassName
{
border-color: #1D562D;
}
.TagClassName
{
border-color: #1D562D;
}
</style>