Shades of Crusoe #1C582D
Tints of Crusoe #1C582D
RGB
CMYK
RGB Variations
Color information
#1C582D (or 0x1C582D) is known color: Crusoe. HEX triplet: 1C, 58 and 2D. RGB value is (28,88,45). Sum of RGB (Red+Green+Blue) = 28+88+45=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #1C582D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C582D is #E3A7D2. Grayscale: #414141. Windows color (decimal): -14919635 or 2971676. OLE color: 2971676.
HSL color Cylindrical-coordinate representation of color #1C582D: hue angle of 137º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C582D is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 88 | 45 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.65 |
| HSL | 137º | 0.52% | 0.23% | - |
| HSV(B) | 137º | 0.68% | 0.35% | - |
| XYZ | 4.44 | 7.42 | 3.68 | - |
| YUV | 65.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 45 | 0.68 | 0 | 0.49 | 0.65 | 137 | 0.52 | 0.23 |
| Hex | 1C | 58 | 2D | 44 | 0 | 31 | 41 | 89 | 34 | 17 |
| Octal | 34 | 130 | 55 | 104 | 0 | 61 | 101 | 211 | 64 | 27 |
| Binary | 11100 | 1011000 | 101101 | 1000100 | 0 | 110001 | 1000001 | 10001001 | 110100 | 10111 |
Color Harmonies of #1C582D
Complementary color
Monochromatic Colors of #1C582D
Black with #1C582D
Text Example
Text Example
White with #1C582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C582D; }
p { color: rgb(28,88,45); }
H1.HeaderClassName
{
color: #1C582D;
}
.AnyTagClassName
{
color: #1C582D;
}
</style>
background-color css
<style>
a { background-color: #1C582D; }
a { background-color: rgb(28,88,45); }
div.DivClassName
{
background-color: #1C582D;
}
.BgClassName
{
background-color: #1C582D;
}
</style>
border-color css
<style>
span { border-color: #1C582D; }
span { border-color: rgb(28,88,45); }
td.TdClassName
{
border-color: #1C582D;
}
.TagClassName
{
border-color: #1C582D;
}
</style>