Shades of Crusoe #1C5C31
Tints of Crusoe #1C5C31
RGB
CMYK
RGB Variations
Color information
#1C5C31 (or 0x1C5C31) is known color: Crusoe. HEX triplet: 1C, 5C and 31. RGB value is (28,92,49). Sum of RGB (Red+Green+Blue) = 28+92+49=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5C31 is #E3A3CE. Grayscale: #444444. Windows color (decimal): -14918607 or 3234844. OLE color: 3234844.
HSL color Cylindrical-coordinate representation of color #1C5C31: hue angle of 139.69º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5C31 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 92 | 49 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.64 |
| HSL | 139.69º | 0.53% | 0.24% | - |
| HSV(B) | 139.69º | 0.7% | 0.36% | - |
| XYZ | 4.86 | 8.12 | 4.22 | - |
| YUV | 67.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 49 | 0.70 | 0 | 0.47 | 0.64 | 139.69 | 0.53 | 0.24 |
| Hex | 1C | 5C | 31 | 46 | 0 | 2F | 40 | 8C | 35 | 18 |
| Octal | 34 | 134 | 61 | 106 | 0 | 57 | 100 | 214 | 65 | 30 |
| Binary | 11100 | 1011100 | 110001 | 1000110 | 0 | 101111 | 1000000 | 10001100 | 110101 | 11000 |
Color Harmonies of #1C5C31
Complementary color
Monochromatic Colors of #1C5C31
Black with #1C5C31
Text Example
Text Example
White with #1C5C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5C31; }
p { color: rgb(28,92,49); }
H1.HeaderClassName
{
color: #1C5C31;
}
.AnyTagClassName
{
color: #1C5C31;
}
</style>
background-color css
<style>
a { background-color: #1C5C31; }
a { background-color: rgb(28,92,49); }
div.DivClassName
{
background-color: #1C5C31;
}
.BgClassName
{
background-color: #1C5C31;
}
</style>
border-color css
<style>
span { border-color: #1C5C31; }
span { border-color: rgb(28,92,49); }
td.TdClassName
{
border-color: #1C5C31;
}
.TagClassName
{
border-color: #1C5C31;
}
</style>