Shades of Crusoe #11531C
Tints of Crusoe #11531C
RGB
CMYK
RGB Variations
Color information
#11531C (or 0x11531C) is known color: Crusoe. HEX triplet: 11, 53 and 1C. RGB value is (17,83,28). Sum of RGB (Red+Green+Blue) = 17+83+28=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #11531C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11531C is #EEACE3. Grayscale: #393939. Windows color (decimal): -15641828 or 1856273. OLE color: 1856273.
HSL color Cylindrical-coordinate representation of color #11531C: hue angle of 130º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11531C is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 83 | 28 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.67 |
| HSL | 130º | 0.66% | 0.2% | - |
| HSV(B) | 130º | 0.8% | 0.33% | - |
| XYZ | 3.53 | 6.39 | 2.15 | - |
| YUV | 57 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 28 | 0.80 | 0 | 0.66 | 0.67 | 130 | 0.66 | 0.2 |
| Hex | 11 | 53 | 1C | 50 | 0 | 42 | 43 | 82 | 42 | 14 |
| Octal | 21 | 123 | 34 | 120 | 0 | 102 | 103 | 202 | 102 | 24 |
| Binary | 10001 | 1010011 | 11100 | 1010000 | 0 | 1000010 | 1000011 | 10000010 | 1000010 | 10100 |
Color Harmonies of #11531C
Complementary color
Monochromatic Colors of #11531C
Black with #11531C
Text Example
Text Example
White with #11531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11531C; }
p { color: rgb(17,83,28); }
H1.HeaderClassName
{
color: #11531C;
}
.AnyTagClassName
{
color: #11531C;
}
</style>
background-color css
<style>
a { background-color: #11531C; }
a { background-color: rgb(17,83,28); }
div.DivClassName
{
background-color: #11531C;
}
.BgClassName
{
background-color: #11531C;
}
</style>
border-color css
<style>
span { border-color: #11531C; }
span { border-color: rgb(17,83,28); }
td.TdClassName
{
border-color: #11531C;
}
.TagClassName
{
border-color: #11531C;
}
</style>