Shades of Crusoe #1C532B
Tints of Crusoe #1C532B
RGB
CMYK
RGB Variations
Color information
#1C532B (or 0x1C532B) is known color: Crusoe. HEX triplet: 1C, 53 and 2B. RGB value is (28,83,43). Sum of RGB (Red+Green+Blue) = 28+83+43=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #1C532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C532B is #E3ACD4. Grayscale: #3E3E3E. Windows color (decimal): -14920917 or 2839324. OLE color: 2839324.
HSL color Cylindrical-coordinate representation of color #1C532B: hue angle of 136.36º 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 #1C532B is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 43 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.67 |
| HSL | 136.36º | 0.5% | 0.22% | - |
| HSV(B) | 136.36º | 0.66% | 0.33% | - |
| XYZ | 4.01 | 6.61 | 3.35 | - |
| YUV | 62 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 43 | 0.66 | 0 | 0.48 | 0.67 | 136.36 | 0.5 | 0.22 |
| Hex | 1C | 53 | 2B | 42 | 0 | 30 | 43 | 88 | 32 | 16 |
| Octal | 34 | 123 | 53 | 102 | 0 | 60 | 103 | 210 | 62 | 26 |
| Binary | 11100 | 1010011 | 101011 | 1000010 | 0 | 110000 | 1000011 | 10001000 | 110010 | 10110 |
Color Harmonies of #1C532B
Complementary color
Monochromatic Colors of #1C532B
Black with #1C532B
Text Example
Text Example
White with #1C532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C532B; }
p { color: rgb(28,83,43); }
H1.HeaderClassName
{
color: #1C532B;
}
.AnyTagClassName
{
color: #1C532B;
}
</style>
background-color css
<style>
a { background-color: #1C532B; }
a { background-color: rgb(28,83,43); }
div.DivClassName
{
background-color: #1C532B;
}
.BgClassName
{
background-color: #1C532B;
}
</style>
border-color css
<style>
span { border-color: #1C532B; }
span { border-color: rgb(28,83,43); }
td.TdClassName
{
border-color: #1C532B;
}
.TagClassName
{
border-color: #1C532B;
}
</style>