Shades of Crusoe #1D5525
Tints of Crusoe #1D5525
RGB
CMYK
RGB Variations
Color information
#1D5525 (or 0x1D5525) is known color: Crusoe. HEX triplet: 1D, 55 and 25. RGB value is (29,85,37). Sum of RGB (Red+Green+Blue) = 29+85+37=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5525 is #E2AADA. Grayscale: #3E3E3E. Windows color (decimal): -14854875 or 2446621. OLE color: 2446621.
HSL color Cylindrical-coordinate representation of color #1D5525: hue angle of 128.57º 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 #1D5525 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 37 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.67 |
| HSL | 128.57º | 0.49% | 0.22% | - |
| HSV(B) | 128.57º | 0.66% | 0.33% | - |
| XYZ | 4.09 | 6.89 | 2.86 | - |
| YUV | 62.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 37 | 0.66 | 0 | 0.56 | 0.67 | 128.57 | 0.49 | 0.22 |
| Hex | 1D | 55 | 25 | 42 | 0 | 38 | 43 | 81 | 31 | 16 |
| Octal | 35 | 125 | 45 | 102 | 0 | 70 | 103 | 201 | 61 | 26 |
| Binary | 11101 | 1010101 | 100101 | 1000010 | 0 | 111000 | 1000011 | 10000001 | 110001 | 10110 |
Color Harmonies of #1D5525
Complementary color
Monochromatic Colors of #1D5525
Black with #1D5525
Text Example
Text Example
White with #1D5525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5525; }
p { color: rgb(29,85,37); }
H1.HeaderClassName
{
color: #1D5525;
}
.AnyTagClassName
{
color: #1D5525;
}
</style>
background-color css
<style>
a { background-color: #1D5525; }
a { background-color: rgb(29,85,37); }
div.DivClassName
{
background-color: #1D5525;
}
.BgClassName
{
background-color: #1D5525;
}
</style>
border-color css
<style>
span { border-color: #1D5525; }
span { border-color: rgb(29,85,37); }
td.TdClassName
{
border-color: #1D5525;
}
.TagClassName
{
border-color: #1D5525;
}
</style>