Shades of Crusoe #1C5F32
Tints of Crusoe #1C5F32
RGB
CMYK
RGB Variations
Color information
#1C5F32 (or 0x1C5F32) is known color: Crusoe. HEX triplet: 1C, 5F and 32. RGB value is (28,95,50). Sum of RGB (Red+Green+Blue) = 28+95+50=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 95 (37.5% from 255 or 54.91% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 95 - color contains mainly: green. Hex color #1C5F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5F32 is #E3A0CD. Grayscale: #454545. Windows color (decimal): -14917838 or 3301148. OLE color: 3301148.
HSL color Cylindrical-coordinate representation of color #1C5F32: hue angle of 139.7º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C5F32 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 28 | 95 | 50 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.63 |
| HSL | 139.7º | 0.54% | 0.24% | - |
| HSV(B) | 139.7º | 0.71% | 0.37% | - |
| XYZ | 5.15 | 8.66 | 4.42 | - |
| YUV | 69.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 95 | 50 | 0.71 | 0 | 0.47 | 0.63 | 139.7 | 0.54 | 0.24 |
| Hex | 1C | 5F | 32 | 47 | 0 | 2F | 3F | 8C | 36 | 18 |
| Octal | 34 | 137 | 62 | 107 | 0 | 57 | 77 | 214 | 66 | 30 |
| Binary | 11100 | 1011111 | 110010 | 1000111 | 0 | 101111 | 111111 | 10001100 | 110110 | 11000 |
Color Harmonies of #1C5F32
Complementary color
Monochromatic Colors of #1C5F32
Black with #1C5F32
Text Example
Text Example
White with #1C5F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5F32; }
p { color: rgb(28,95,50); }
H1.HeaderClassName
{
color: #1C5F32;
}
.AnyTagClassName
{
color: #1C5F32;
}
</style>
background-color css
<style>
a { background-color: #1C5F32; }
a { background-color: rgb(28,95,50); }
div.DivClassName
{
background-color: #1C5F32;
}
.BgClassName
{
background-color: #1C5F32;
}
</style>
border-color css
<style>
span { border-color: #1C5F32; }
span { border-color: rgb(28,95,50); }
td.TdClassName
{
border-color: #1C5F32;
}
.TagClassName
{
border-color: #1C5F32;
}
</style>