Shades of Crusoe #13532A
Tints of Crusoe #13532A
RGB
CMYK
RGB Variations
Color information
#13532A (or 0x13532A) is known color: Crusoe. HEX triplet: 13, 53 and 2A. RGB value is (19,83,42). Sum of RGB (Red+Green+Blue) = 19+83+42=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #13532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13532A is #ECACD5. Grayscale: #3B3B3B. Windows color (decimal): -15510742 or 2773779. OLE color: 2773779.
HSL color Cylindrical-coordinate representation of color #13532A: hue angle of 141.56º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13532A is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 42 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.67 |
| HSL | 141.56º | 0.63% | 0.2% | - |
| HSV(B) | 141.56º | 0.77% | 0.33% | - |
| XYZ | 3.78 | 6.49 | 3.24 | - |
| YUV | 59.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 42 | 0.77 | 0 | 0.49 | 0.67 | 141.56 | 0.63 | 0.2 |
| Hex | 13 | 53 | 2A | 4D | 0 | 31 | 43 | 8E | 3F | 14 |
| Octal | 23 | 123 | 52 | 115 | 0 | 61 | 103 | 216 | 77 | 24 |
| Binary | 10011 | 1010011 | 101010 | 1001101 | 0 | 110001 | 1000011 | 10001110 | 111111 | 10100 |
Color Harmonies of #13532A
Complementary color
Monochromatic Colors of #13532A
Black with #13532A
Text Example
Text Example
White with #13532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13532A; }
p { color: rgb(19,83,42); }
H1.HeaderClassName
{
color: #13532A;
}
.AnyTagClassName
{
color: #13532A;
}
</style>
background-color css
<style>
a { background-color: #13532A; }
a { background-color: rgb(19,83,42); }
div.DivClassName
{
background-color: #13532A;
}
.BgClassName
{
background-color: #13532A;
}
</style>
border-color css
<style>
span { border-color: #13532A; }
span { border-color: rgb(19,83,42); }
td.TdClassName
{
border-color: #13532A;
}
.TagClassName
{
border-color: #13532A;
}
</style>