Shades of Crusoe #136833
Tints of Crusoe #136833
RGB
CMYK
RGB Variations
Color information
#136833 (or 0x136833) is known color: Crusoe. HEX triplet: 13, 68 and 33. RGB value is (19,104,51). Sum of RGB (Red+Green+Blue) = 19+104+51=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #136833 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136833 is #EC97CC. Grayscale: #484848. Windows color (decimal): -15505357 or 3368979. OLE color: 3368979.
HSL color Cylindrical-coordinate representation of color #136833: hue angle of 142.59º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136833 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 51 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.59 |
| HSL | 142.59º | 0.69% | 0.24% | - |
| HSV(B) | 142.59º | 0.82% | 0.41% | - |
| XYZ | 5.82 | 10.28 | 4.81 | - |
| YUV | 72.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 51 | 0.82 | 0 | 0.51 | 0.59 | 142.59 | 0.69 | 0.24 |
| Hex | 13 | 68 | 33 | 52 | 0 | 33 | 3B | 8F | 45 | 18 |
| Octal | 23 | 150 | 63 | 122 | 0 | 63 | 73 | 217 | 105 | 30 |
| Binary | 10011 | 1101000 | 110011 | 1010010 | 0 | 110011 | 111011 | 10001111 | 1000101 | 11000 |
Color Harmonies of #136833
Complementary color
Monochromatic Colors of #136833
Black with #136833
Text Example
Text Example
White with #136833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136833; }
p { color: rgb(19,104,51); }
H1.HeaderClassName
{
color: #136833;
}
.AnyTagClassName
{
color: #136833;
}
</style>
background-color css
<style>
a { background-color: #136833; }
a { background-color: rgb(19,104,51); }
div.DivClassName
{
background-color: #136833;
}
.BgClassName
{
background-color: #136833;
}
</style>
border-color css
<style>
span { border-color: #136833; }
span { border-color: rgb(19,104,51); }
td.TdClassName
{
border-color: #136833;
}
.TagClassName
{
border-color: #136833;
}
</style>