Shades of Crusoe #1D5326
Tints of Crusoe #1D5326
RGB
CMYK
RGB Variations
Color information
#1D5326 (or 0x1D5326) is known color: Crusoe. HEX triplet: 1D, 53 and 26. RGB value is (29,83,38). Sum of RGB (Red+Green+Blue) = 29+83+38=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5326 is #E2ACD9. Grayscale: #3D3D3D. Windows color (decimal): -14855386 or 2511645. OLE color: 2511645.
HSL color Cylindrical-coordinate representation of color #1D5326: hue angle of 130º 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 #1D5326 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 83 | 38 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.67 |
| HSL | 130º | 0.48% | 0.22% | - |
| HSV(B) | 130º | 0.65% | 0.33% | - |
| XYZ | 3.95 | 6.59 | 2.9 | - |
| YUV | 61.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 38 | 0.65 | 0 | 0.54 | 0.67 | 130 | 0.48 | 0.22 |
| Hex | 1D | 53 | 26 | 41 | 0 | 36 | 43 | 82 | 30 | 16 |
| Octal | 35 | 123 | 46 | 101 | 0 | 66 | 103 | 202 | 60 | 26 |
| Binary | 11101 | 1010011 | 100110 | 1000001 | 0 | 110110 | 1000011 | 10000010 | 110000 | 10110 |
Color Harmonies of #1D5326
Complementary color
Monochromatic Colors of #1D5326
Black with #1D5326
Text Example
Text Example
White with #1D5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5326; }
p { color: rgb(29,83,38); }
H1.HeaderClassName
{
color: #1D5326;
}
.AnyTagClassName
{
color: #1D5326;
}
</style>
background-color css
<style>
a { background-color: #1D5326; }
a { background-color: rgb(29,83,38); }
div.DivClassName
{
background-color: #1D5326;
}
.BgClassName
{
background-color: #1D5326;
}
</style>
border-color css
<style>
span { border-color: #1D5326; }
span { border-color: rgb(29,83,38); }
td.TdClassName
{
border-color: #1D5326;
}
.TagClassName
{
border-color: #1D5326;
}
</style>