Shades of Crusoe #136224
Tints of Crusoe #136224
RGB
CMYK
RGB Variations
Color information
#136224 (or 0x136224) is known color: Crusoe. HEX triplet: 13, 62 and 24. RGB value is (19,98,36). Sum of RGB (Red+Green+Blue) = 19+98+36=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 98 (38.67% from 255 or 64.05% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 98 - color contains mainly: green. Hex color #136224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136224 is #EC9DDB. Grayscale: #434343. Windows color (decimal): -15506908 or 2384403. OLE color: 2384403.
HSL color Cylindrical-coordinate representation of color #136224: hue angle of 132.91º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136224 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 98 | 36 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.62 |
| HSL | 132.91º | 0.68% | 0.23% | - |
| HSV(B) | 132.91º | 0.81% | 0.38% | - |
| XYZ | 4.95 | 9 | 3.15 | - |
| YUV | 67.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 36 | 0.81 | 0 | 0.63 | 0.62 | 132.91 | 0.68 | 0.23 |
| Hex | 13 | 62 | 24 | 51 | 0 | 3F | 3E | 85 | 44 | 17 |
| Octal | 23 | 142 | 44 | 121 | 0 | 77 | 76 | 205 | 104 | 27 |
| Binary | 10011 | 1100010 | 100100 | 1010001 | 0 | 111111 | 111110 | 10000101 | 1000100 | 10111 |
Color Harmonies of #136224
Complementary color
Monochromatic Colors of #136224
Black with #136224
Text Example
Text Example
White with #136224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136224; }
p { color: rgb(19,98,36); }
H1.HeaderClassName
{
color: #136224;
}
.AnyTagClassName
{
color: #136224;
}
</style>
background-color css
<style>
a { background-color: #136224; }
a { background-color: rgb(19,98,36); }
div.DivClassName
{
background-color: #136224;
}
.BgClassName
{
background-color: #136224;
}
</style>
border-color css
<style>
span { border-color: #136224; }
span { border-color: rgb(19,98,36); }
td.TdClassName
{
border-color: #136224;
}
.TagClassName
{
border-color: #136224;
}
</style>