Shades of Crusoe #136422
Tints of Crusoe #136422
RGB
CMYK
RGB Variations
Color information
#136422 (or 0x136422) is known color: Crusoe. HEX triplet: 13, 64 and 22. RGB value is (19,100,34). Sum of RGB (Red+Green+Blue) = 19+100+34=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 100 (39.45% from 255 or 65.36% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 100 - color contains mainly: green. Hex color #136422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136422 is #EC9BDD. Grayscale: #444444. Windows color (decimal): -15506398 or 2253843. OLE color: 2253843.
HSL color Cylindrical-coordinate representation of color #136422: hue angle of 131.11º 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 #136422 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 100 | 34 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.61 |
| HSL | 131.11º | 0.68% | 0.23% | - |
| HSV(B) | 131.11º | 0.81% | 0.39% | - |
| XYZ | 5.11 | 9.37 | 3.05 | - |
| YUV | 68.26 | 108.66 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 100 | 34 | 0.81 | 0 | 0.66 | 0.61 | 131.11 | 0.68 | 0.23 |
| Hex | 13 | 64 | 22 | 51 | 0 | 42 | 3D | 83 | 44 | 17 |
| Octal | 23 | 144 | 42 | 121 | 0 | 102 | 75 | 203 | 104 | 27 |
| Binary | 10011 | 1100100 | 100010 | 1010001 | 0 | 1000010 | 111101 | 10000011 | 1000100 | 10111 |
Color Harmonies of #136422
Complementary color
Monochromatic Colors of #136422
Black with #136422
Text Example
Text Example
White with #136422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136422; }
p { color: rgb(19,100,34); }
H1.HeaderClassName
{
color: #136422;
}
.AnyTagClassName
{
color: #136422;
}
</style>
background-color css
<style>
a { background-color: #136422; }
a { background-color: rgb(19,100,34); }
div.DivClassName
{
background-color: #136422;
}
.BgClassName
{
background-color: #136422;
}
</style>
border-color css
<style>
span { border-color: #136422; }
span { border-color: rgb(19,100,34); }
td.TdClassName
{
border-color: #136422;
}
.TagClassName
{
border-color: #136422;
}
</style>