Shades of Crusoe #1D552C
Tints of Crusoe #1D552C
RGB
CMYK
RGB Variations
Color information
#1D552C (or 0x1D552C) is known color: Crusoe. HEX triplet: 1D, 55 and 2C. RGB value is (29,85,44). Sum of RGB (Red+Green+Blue) = 29+85+44=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #1D552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D552C is #E2AAD3. Grayscale: #3F3F3F. Windows color (decimal): -14854868 or 2905373. OLE color: 2905373.
HSL color Cylindrical-coordinate representation of color #1D552C: hue angle of 136.07º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D552C is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 44 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.67 |
| HSL | 136.07º | 0.49% | 0.22% | - |
| HSV(B) | 136.07º | 0.66% | 0.33% | - |
| XYZ | 4.21 | 6.94 | 3.5 | - |
| YUV | 63.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 44 | 0.66 | 0 | 0.48 | 0.67 | 136.07 | 0.49 | 0.22 |
| Hex | 1D | 55 | 2C | 42 | 0 | 30 | 43 | 88 | 31 | 16 |
| Octal | 35 | 125 | 54 | 102 | 0 | 60 | 103 | 210 | 61 | 26 |
| Binary | 11101 | 1010101 | 101100 | 1000010 | 0 | 110000 | 1000011 | 10001000 | 110001 | 10110 |
Color Harmonies of #1D552C
Complementary color
Monochromatic Colors of #1D552C
Black with #1D552C
Text Example
Text Example
White with #1D552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D552C; }
p { color: rgb(29,85,44); }
H1.HeaderClassName
{
color: #1D552C;
}
.AnyTagClassName
{
color: #1D552C;
}
</style>
background-color css
<style>
a { background-color: #1D552C; }
a { background-color: rgb(29,85,44); }
div.DivClassName
{
background-color: #1D552C;
}
.BgClassName
{
background-color: #1D552C;
}
</style>
border-color css
<style>
span { border-color: #1D552C; }
span { border-color: rgb(29,85,44); }
td.TdClassName
{
border-color: #1D552C;
}
.TagClassName
{
border-color: #1D552C;
}
</style>