Shades of Crusoe #1C532E
Tints of Crusoe #1C532E
RGB
CMYK
RGB Variations
Color information
#1C532E (or 0x1C532E) is known color: Crusoe. HEX triplet: 1C, 53 and 2E. RGB value is (28,83,46). Sum of RGB (Red+Green+Blue) = 28+83+46=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #1C532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C532E is #E3ACD1. Grayscale: #3E3E3E. Windows color (decimal): -14920914 or 3035932. OLE color: 3035932.
HSL color Cylindrical-coordinate representation of color #1C532E: hue angle of 139.64º 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 #1C532E is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 46 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.67 |
| HSL | 139.64º | 0.5% | 0.22% | - |
| HSV(B) | 139.64º | 0.66% | 0.33% | - |
| XYZ | 4.07 | 6.63 | 3.65 | - |
| YUV | 62.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 46 | 0.66 | 0 | 0.45 | 0.67 | 139.64 | 0.5 | 0.22 |
| Hex | 1C | 53 | 2E | 42 | 0 | 2D | 43 | 8C | 32 | 16 |
| Octal | 34 | 123 | 56 | 102 | 0 | 55 | 103 | 214 | 62 | 26 |
| Binary | 11100 | 1010011 | 101110 | 1000010 | 0 | 101101 | 1000011 | 10001100 | 110010 | 10110 |
Color Harmonies of #1C532E
Complementary color
Monochromatic Colors of #1C532E
Black with #1C532E
Text Example
Text Example
White with #1C532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C532E; }
p { color: rgb(28,83,46); }
H1.HeaderClassName
{
color: #1C532E;
}
.AnyTagClassName
{
color: #1C532E;
}
</style>
background-color css
<style>
a { background-color: #1C532E; }
a { background-color: rgb(28,83,46); }
div.DivClassName
{
background-color: #1C532E;
}
.BgClassName
{
background-color: #1C532E;
}
</style>
border-color css
<style>
span { border-color: #1C532E; }
span { border-color: rgb(28,83,46); }
td.TdClassName
{
border-color: #1C532E;
}
.TagClassName
{
border-color: #1C532E;
}
</style>