Shades of Crusoe #1C532D
Tints of Crusoe #1C532D
RGB
CMYK
RGB Variations
Color information
#1C532D (or 0x1C532D) is known color: Crusoe. HEX triplet: 1C, 53 and 2D. RGB value is (28,83,45). Sum of RGB (Red+Green+Blue) = 28+83+45=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #1C532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C532D is #E3ACD2. Grayscale: #3E3E3E. Windows color (decimal): -14920915 or 2970396. OLE color: 2970396.
HSL color Cylindrical-coordinate representation of color #1C532D: hue angle of 138.55º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C532D is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 45 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.67 |
| HSL | 138.55º | 0.5% | 0.22% | - |
| HSV(B) | 138.55º | 0.66% | 0.33% | - |
| XYZ | 4.05 | 6.62 | 3.55 | - |
| YUV | 62.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 45 | 0.66 | 0 | 0.46 | 0.67 | 138.55 | 0.5 | 0.22 |
| Hex | 1C | 53 | 2D | 42 | 0 | 2E | 43 | 8B | 32 | 16 |
| Octal | 34 | 123 | 55 | 102 | 0 | 56 | 103 | 213 | 62 | 26 |
| Binary | 11100 | 1010011 | 101101 | 1000010 | 0 | 101110 | 1000011 | 10001011 | 110010 | 10110 |
Color Harmonies of #1C532D
Complementary color
Monochromatic Colors of #1C532D
Black with #1C532D
Text Example
Text Example
White with #1C532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C532D; }
p { color: rgb(28,83,45); }
H1.HeaderClassName
{
color: #1C532D;
}
.AnyTagClassName
{
color: #1C532D;
}
</style>
background-color css
<style>
a { background-color: #1C532D; }
a { background-color: rgb(28,83,45); }
div.DivClassName
{
background-color: #1C532D;
}
.BgClassName
{
background-color: #1C532D;
}
</style>
border-color css
<style>
span { border-color: #1C532D; }
span { border-color: rgb(28,83,45); }
td.TdClassName
{
border-color: #1C532D;
}
.TagClassName
{
border-color: #1C532D;
}
</style>