Shades of Crusoe #1D5325
Tints of Crusoe #1D5325
RGB
CMYK
RGB Variations
Color information
#1D5325 (or 0x1D5325) is known color: Crusoe. HEX triplet: 1D, 53 and 25. RGB value is (29,83,37). Sum of RGB (Red+Green+Blue) = 29+83+37=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5325 is #E2ACDA. Grayscale: #3D3D3D. Windows color (decimal): -14855387 or 2446109. OLE color: 2446109.
HSL color Cylindrical-coordinate representation of color #1D5325: hue angle of 128.89º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5325 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 83 | 37 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.67 |
| HSL | 128.89º | 0.48% | 0.22% | - |
| HSV(B) | 128.89º | 0.65% | 0.33% | - |
| XYZ | 3.93 | 6.58 | 2.81 | - |
| YUV | 61.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 37 | 0.65 | 0 | 0.55 | 0.67 | 128.89 | 0.48 | 0.22 |
| Hex | 1D | 53 | 25 | 41 | 0 | 37 | 43 | 81 | 30 | 16 |
| Octal | 35 | 123 | 45 | 101 | 0 | 67 | 103 | 201 | 60 | 26 |
| Binary | 11101 | 1010011 | 100101 | 1000001 | 0 | 110111 | 1000011 | 10000001 | 110000 | 10110 |
Color Harmonies of #1D5325
Complementary color
Monochromatic Colors of #1D5325
Black with #1D5325
Text Example
Text Example
White with #1D5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5325; }
p { color: rgb(29,83,37); }
H1.HeaderClassName
{
color: #1D5325;
}
.AnyTagClassName
{
color: #1D5325;
}
</style>
background-color css
<style>
a { background-color: #1D5325; }
a { background-color: rgb(29,83,37); }
div.DivClassName
{
background-color: #1D5325;
}
.BgClassName
{
background-color: #1D5325;
}
</style>
border-color css
<style>
span { border-color: #1D5325; }
span { border-color: rgb(29,83,37); }
td.TdClassName
{
border-color: #1D5325;
}
.TagClassName
{
border-color: #1D5325;
}
</style>