Shades of Crusoe #1D5D32
Tints of Crusoe #1D5D32
RGB
CMYK
RGB Variations
Color information
#1D5D32 (or 0x1D5D32) is known color: Crusoe. HEX triplet: 1D, 5D and 32. RGB value is (29,93,50). Sum of RGB (Red+Green+Blue) = 29+93+50=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5D32 is #E2A2CD. Grayscale: #454545. Windows color (decimal): -14852814 or 3300637. OLE color: 3300637.
HSL color Cylindrical-coordinate representation of color #1D5D32: hue angle of 139.69º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5D32 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 93 | 50 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.64 |
| HSL | 139.69º | 0.52% | 0.24% | - |
| HSV(B) | 139.69º | 0.69% | 0.36% | - |
| XYZ | 5 | 8.32 | 4.36 | - |
| YUV | 68.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 93 | 50 | 0.69 | 0 | 0.46 | 0.64 | 139.69 | 0.52 | 0.24 |
| Hex | 1D | 5D | 32 | 45 | 0 | 2E | 40 | 8C | 34 | 18 |
| Octal | 35 | 135 | 62 | 105 | 0 | 56 | 100 | 214 | 64 | 30 |
| Binary | 11101 | 1011101 | 110010 | 1000101 | 0 | 101110 | 1000000 | 10001100 | 110100 | 11000 |
Color Harmonies of #1D5D32
Complementary color
Monochromatic Colors of #1D5D32
Black with #1D5D32
Text Example
Text Example
White with #1D5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5D32; }
p { color: rgb(29,93,50); }
H1.HeaderClassName
{
color: #1D5D32;
}
.AnyTagClassName
{
color: #1D5D32;
}
</style>
background-color css
<style>
a { background-color: #1D5D32; }
a { background-color: rgb(29,93,50); }
div.DivClassName
{
background-color: #1D5D32;
}
.BgClassName
{
background-color: #1D5D32;
}
</style>
border-color css
<style>
span { border-color: #1D5D32; }
span { border-color: rgb(29,93,50); }
td.TdClassName
{
border-color: #1D5D32;
}
.TagClassName
{
border-color: #1D5D32;
}
</style>