Shades of Crusoe #136828
Tints of Crusoe #136828
RGB
CMYK
RGB Variations
Color information
#136828 (or 0x136828) is known color: Crusoe. HEX triplet: 13, 68 and 28. RGB value is (19,104,40). Sum of RGB (Red+Green+Blue) = 19+104+40=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #136828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136828 is #EC97D7. Grayscale: #474747. Windows color (decimal): -15505368 or 2648083. OLE color: 2648083.
HSL color Cylindrical-coordinate representation of color #136828: hue angle of 134.82º 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 #136828 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 104 | 40 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.59 |
| HSL | 134.82º | 0.69% | 0.24% | - |
| HSV(B) | 134.82º | 0.82% | 0.41% | - |
| XYZ | 5.6 | 10.19 | 3.68 | - |
| YUV | 71.29 | 110.34 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 40 | 0.82 | 0 | 0.62 | 0.59 | 134.82 | 0.69 | 0.24 |
| Hex | 13 | 68 | 28 | 52 | 0 | 3E | 3B | 87 | 45 | 18 |
| Octal | 23 | 150 | 50 | 122 | 0 | 76 | 73 | 207 | 105 | 30 |
| Binary | 10011 | 1101000 | 101000 | 1010010 | 0 | 111110 | 111011 | 10000111 | 1000101 | 11000 |
Color Harmonies of #136828
Complementary color
Monochromatic Colors of #136828
Black with #136828
Text Example
Text Example
White with #136828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136828; }
p { color: rgb(19,104,40); }
H1.HeaderClassName
{
color: #136828;
}
.AnyTagClassName
{
color: #136828;
}
</style>
background-color css
<style>
a { background-color: #136828; }
a { background-color: rgb(19,104,40); }
div.DivClassName
{
background-color: #136828;
}
.BgClassName
{
background-color: #136828;
}
</style>
border-color css
<style>
span { border-color: #136828; }
span { border-color: rgb(19,104,40); }
td.TdClassName
{
border-color: #136828;
}
.TagClassName
{
border-color: #136828;
}
</style>