Shades of Crusoe #136420
Tints of Crusoe #136420
RGB
CMYK
RGB Variations
Color information
#136420 (or 0x136420) is known color: Crusoe. HEX triplet: 13, 64 and 20. RGB value is (19,100,32). Sum of RGB (Red+Green+Blue) = 19+100+32=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 100 (39.45% from 255 or 66.23% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 100 - color contains mainly: green. Hex color #136420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136420 is #EC9BDF. Grayscale: #444444. Windows color (decimal): -15506400 or 2122771. OLE color: 2122771.
HSL color Cylindrical-coordinate representation of color #136420: hue angle of 129.63º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136420 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 100 | 32 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.61 |
| HSL | 129.63º | 0.68% | 0.23% | - |
| HSV(B) | 129.63º | 0.81% | 0.39% | - |
| XYZ | 5.09 | 9.36 | 2.9 | - |
| YUV | 68.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 100 | 32 | 0.81 | 0 | 0.68 | 0.61 | 129.63 | 0.68 | 0.23 |
| Hex | 13 | 64 | 20 | 51 | 0 | 44 | 3D | 82 | 44 | 17 |
| Octal | 23 | 144 | 40 | 121 | 0 | 104 | 75 | 202 | 104 | 27 |
| Binary | 10011 | 1100100 | 100000 | 1010001 | 0 | 1000100 | 111101 | 10000010 | 1000100 | 10111 |
Color Harmonies of #136420
Complementary color
Monochromatic Colors of #136420
Black with #136420
Text Example
Text Example
White with #136420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136420; }
p { color: rgb(19,100,32); }
H1.HeaderClassName
{
color: #136420;
}
.AnyTagClassName
{
color: #136420;
}
</style>
background-color css
<style>
a { background-color: #136420; }
a { background-color: rgb(19,100,32); }
div.DivClassName
{
background-color: #136420;
}
.BgClassName
{
background-color: #136420;
}
</style>
border-color css
<style>
span { border-color: #136420; }
span { border-color: rgb(19,100,32); }
td.TdClassName
{
border-color: #136420;
}
.TagClassName
{
border-color: #136420;
}
</style>