Shades of Crusoe #136023
Tints of Crusoe #136023
RGB
CMYK
RGB Variations
Color information
#136023 (or 0x136023) is known color: Crusoe. HEX triplet: 13, 60 and 23. RGB value is (19,96,35). Sum of RGB (Red+Green+Blue) = 19+96+35=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #136023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136023 is #EC9FDC. Grayscale: #424242. Windows color (decimal): -15507421 or 2318355. OLE color: 2318355.
HSL color Cylindrical-coordinate representation of color #136023: hue angle of 132.47º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136023 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 96 | 35 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.62 |
| HSL | 132.47º | 0.67% | 0.23% | - |
| HSV(B) | 132.47º | 0.8% | 0.38% | - |
| XYZ | 4.75 | 8.63 | 3 | - |
| YUV | 66.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 35 | 0.80 | 0 | 0.64 | 0.62 | 132.47 | 0.67 | 0.23 |
| Hex | 13 | 60 | 23 | 50 | 0 | 40 | 3E | 84 | 43 | 17 |
| Octal | 23 | 140 | 43 | 120 | 0 | 100 | 76 | 204 | 103 | 27 |
| Binary | 10011 | 1100000 | 100011 | 1010000 | 0 | 1000000 | 111110 | 10000100 | 1000011 | 10111 |
Color Harmonies of #136023
Complementary color
Monochromatic Colors of #136023
Black with #136023
Text Example
Text Example
White with #136023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136023; }
p { color: rgb(19,96,35); }
H1.HeaderClassName
{
color: #136023;
}
.AnyTagClassName
{
color: #136023;
}
</style>
background-color css
<style>
a { background-color: #136023; }
a { background-color: rgb(19,96,35); }
div.DivClassName
{
background-color: #136023;
}
.BgClassName
{
background-color: #136023;
}
</style>
border-color css
<style>
span { border-color: #136023; }
span { border-color: rgb(19,96,35); }
td.TdClassName
{
border-color: #136023;
}
.TagClassName
{
border-color: #136023;
}
</style>