Shades of Crusoe #135420
Tints of Crusoe #135420
RGB
CMYK
RGB Variations
Color information
#135420 (or 0x135420) is known color: Crusoe. HEX triplet: 13, 54 and 20. RGB value is (19,84,32). Sum of RGB (Red+Green+Blue) = 19+84+32=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 84 (33.20% from 255 or 62.22% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 84 - color contains mainly: green. Hex color #135420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135420 is #ECABDF. Grayscale: #3A3A3A. Windows color (decimal): -15510496 or 2118675. OLE color: 2118675.
HSL color Cylindrical-coordinate representation of color #135420: hue angle of 132º 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 #135420 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 84 | 32 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.67 |
| HSL | 132º | 0.63% | 0.2% | - |
| HSV(B) | 132º | 0.77% | 0.33% | - |
| XYZ | 3.7 | 6.58 | 2.44 | - |
| YUV | 58.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 32 | 0.77 | 0 | 0.62 | 0.67 | 132 | 0.63 | 0.2 |
| Hex | 13 | 54 | 20 | 4D | 0 | 3E | 43 | 84 | 3F | 14 |
| Octal | 23 | 124 | 40 | 115 | 0 | 76 | 103 | 204 | 77 | 24 |
| Binary | 10011 | 1010100 | 100000 | 1001101 | 0 | 111110 | 1000011 | 10000100 | 111111 | 10100 |
Color Harmonies of #135420
Complementary color
Monochromatic Colors of #135420
Black with #135420
Text Example
Text Example
White with #135420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135420; }
p { color: rgb(19,84,32); }
H1.HeaderClassName
{
color: #135420;
}
.AnyTagClassName
{
color: #135420;
}
</style>
background-color css
<style>
a { background-color: #135420; }
a { background-color: rgb(19,84,32); }
div.DivClassName
{
background-color: #135420;
}
.BgClassName
{
background-color: #135420;
}
</style>
border-color css
<style>
span { border-color: #135420; }
span { border-color: rgb(19,84,32); }
td.TdClassName
{
border-color: #135420;
}
.TagClassName
{
border-color: #135420;
}
</style>