Shades of Crusoe #1C5D27
Tints of Crusoe #1C5D27
RGB
CMYK
RGB Variations
Color information
#1C5D27 (or 0x1C5D27) is known color: Crusoe. HEX triplet: 1C, 5D and 27. RGB value is (28,93,39). Sum of RGB (Red+Green+Blue) = 28+93+39=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 93 (36.72% from 255 or 58.12% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 93 - color contains mainly: green. Hex color #1C5D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5D27 is #E3A2D8. Grayscale: #434343. Windows color (decimal): -14918361 or 2579740. OLE color: 2579740.
HSL color Cylindrical-coordinate representation of color #1C5D27: hue angle of 130.15º degrees, saturation: 0.54, 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 #1C5D27 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 93 | 39 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.64 |
| HSL | 130.15º | 0.54% | 0.24% | - |
| HSV(B) | 130.15º | 0.7% | 0.36% | - |
| XYZ | 4.76 | 8.22 | 3.26 | - |
| YUV | 67.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 93 | 39 | 0.70 | 0 | 0.58 | 0.64 | 130.15 | 0.54 | 0.24 |
| Hex | 1C | 5D | 27 | 46 | 0 | 3A | 40 | 82 | 36 | 18 |
| Octal | 34 | 135 | 47 | 106 | 0 | 72 | 100 | 202 | 66 | 30 |
| Binary | 11100 | 1011101 | 100111 | 1000110 | 0 | 111010 | 1000000 | 10000010 | 110110 | 11000 |
Color Harmonies of #1C5D27
Complementary color
Monochromatic Colors of #1C5D27
Black with #1C5D27
Text Example
Text Example
White with #1C5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5D27; }
p { color: rgb(28,93,39); }
H1.HeaderClassName
{
color: #1C5D27;
}
.AnyTagClassName
{
color: #1C5D27;
}
</style>
background-color css
<style>
a { background-color: #1C5D27; }
a { background-color: rgb(28,93,39); }
div.DivClassName
{
background-color: #1C5D27;
}
.BgClassName
{
background-color: #1C5D27;
}
</style>
border-color css
<style>
span { border-color: #1C5D27; }
span { border-color: rgb(28,93,39); }
td.TdClassName
{
border-color: #1C5D27;
}
.TagClassName
{
border-color: #1C5D27;
}
</style>