Shades of Crusoe #13521E
Tints of Crusoe #13521E
RGB
CMYK
RGB Variations
Color information
#13521E (or 0x13521E) is known color: Crusoe. HEX triplet: 13, 52 and 1E. RGB value is (19,82,30). Sum of RGB (Red+Green+Blue) = 19+82+30=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 82 (32.42% from 255 or 62.60% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 82 - color contains mainly: green. Hex color #13521E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13521E is #ECADE1. Grayscale: #393939. Windows color (decimal): -15511010 or 1987091. OLE color: 1987091.
HSL color Cylindrical-coordinate representation of color #13521E: hue angle of 130.48º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13521E is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 82 | 30 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.68 |
| HSL | 130.48º | 0.62% | 0.2% | - |
| HSV(B) | 130.48º | 0.77% | 0.32% | - |
| XYZ | 3.52 | 6.27 | 2.25 | - |
| YUV | 57.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 30 | 0.77 | 0 | 0.63 | 0.68 | 130.48 | 0.62 | 0.2 |
| Hex | 13 | 52 | 1E | 4D | 0 | 3F | 44 | 82 | 3E | 14 |
| Octal | 23 | 122 | 36 | 115 | 0 | 77 | 104 | 202 | 76 | 24 |
| Binary | 10011 | 1010010 | 11110 | 1001101 | 0 | 111111 | 1000100 | 10000010 | 111110 | 10100 |
Color Harmonies of #13521E
Complementary color
Monochromatic Colors of #13521E
Black with #13521E
Text Example
Text Example
White with #13521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13521E; }
p { color: rgb(19,82,30); }
H1.HeaderClassName
{
color: #13521E;
}
.AnyTagClassName
{
color: #13521E;
}
</style>
background-color css
<style>
a { background-color: #13521E; }
a { background-color: rgb(19,82,30); }
div.DivClassName
{
background-color: #13521E;
}
.BgClassName
{
background-color: #13521E;
}
</style>
border-color css
<style>
span { border-color: #13521E; }
span { border-color: rgb(19,82,30); }
td.TdClassName
{
border-color: #13521E;
}
.TagClassName
{
border-color: #13521E;
}
</style>