Shades of Crusoe #1D562C
Tints of Crusoe #1D562C
RGB
CMYK
RGB Variations
Color information
#1D562C (or 0x1D562C) is known color: Crusoe. HEX triplet: 1D, 56 and 2C. RGB value is (29,86,44). Sum of RGB (Red+Green+Blue) = 29+86+44=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #1D562C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D562C is #E2A9D3. Grayscale: #404040. Windows color (decimal): -14854612 or 2905629. OLE color: 2905629.
HSL color Cylindrical-coordinate representation of color #1D562C: hue angle of 135.79º 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 #1D562C is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 86 | 44 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.66 |
| HSL | 135.79º | 0.5% | 0.23% | - |
| HSV(B) | 135.79º | 0.66% | 0.34% | - |
| XYZ | 4.29 | 7.1 | 3.53 | - |
| YUV | 64.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 44 | 0.66 | 0 | 0.49 | 0.66 | 135.79 | 0.5 | 0.23 |
| Hex | 1D | 56 | 2C | 42 | 0 | 31 | 42 | 88 | 32 | 17 |
| Octal | 35 | 126 | 54 | 102 | 0 | 61 | 102 | 210 | 62 | 27 |
| Binary | 11101 | 1010110 | 101100 | 1000010 | 0 | 110001 | 1000010 | 10001000 | 110010 | 10111 |
Color Harmonies of #1D562C
Complementary color
Monochromatic Colors of #1D562C
Black with #1D562C
Text Example
Text Example
White with #1D562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D562C; }
p { color: rgb(29,86,44); }
H1.HeaderClassName
{
color: #1D562C;
}
.AnyTagClassName
{
color: #1D562C;
}
</style>
background-color css
<style>
a { background-color: #1D562C; }
a { background-color: rgb(29,86,44); }
div.DivClassName
{
background-color: #1D562C;
}
.BgClassName
{
background-color: #1D562C;
}
</style>
border-color css
<style>
span { border-color: #1D562C; }
span { border-color: rgb(29,86,44); }
td.TdClassName
{
border-color: #1D562C;
}
.TagClassName
{
border-color: #1D562C;
}
</style>