Shades of Crusoe #13501E
Tints of Crusoe #13501E
RGB
CMYK
RGB Variations
Color information
#13501E (or 0x13501E) is known color: Crusoe. HEX triplet: 13, 50 and 1E. RGB value is (19,80,30). Sum of RGB (Red+Green+Blue) = 19+80+30=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #13501E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13501E is #ECAFE1. Grayscale: #383838. Windows color (decimal): -15511522 or 1986579. OLE color: 1986579.
HSL color Cylindrical-coordinate representation of color #13501E: hue angle of 130.82º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13501E is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 30 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.69 |
| HSL | 130.82º | 0.62% | 0.19% | - |
| HSV(B) | 130.82º | 0.76% | 0.31% | - |
| XYZ | 3.37 | 5.97 | 2.2 | - |
| YUV | 56.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 30 | 0.76 | 0 | 0.62 | 0.69 | 130.82 | 0.62 | 0.19 |
| Hex | 13 | 50 | 1E | 4C | 0 | 3E | 45 | 83 | 3E | 13 |
| Octal | 23 | 120 | 36 | 114 | 0 | 76 | 105 | 203 | 76 | 23 |
| Binary | 10011 | 1010000 | 11110 | 1001100 | 0 | 111110 | 1000101 | 10000011 | 111110 | 10011 |
Color Harmonies of #13501E
Complementary color
Monochromatic Colors of #13501E
Black with #13501E
Text Example
Text Example
White with #13501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13501E; }
p { color: rgb(19,80,30); }
H1.HeaderClassName
{
color: #13501E;
}
.AnyTagClassName
{
color: #13501E;
}
</style>
background-color css
<style>
a { background-color: #13501E; }
a { background-color: rgb(19,80,30); }
div.DivClassName
{
background-color: #13501E;
}
.BgClassName
{
background-color: #13501E;
}
</style>
border-color css
<style>
span { border-color: #13501E; }
span { border-color: rgb(19,80,30); }
td.TdClassName
{
border-color: #13501E;
}
.TagClassName
{
border-color: #13501E;
}
</style>