Shades of Crusoe #135E20
Tints of Crusoe #135E20
RGB
CMYK
RGB Variations
Color information
#135E20 (or 0x135E20) is known color: Crusoe. HEX triplet: 13, 5E and 20. RGB value is (19,94,32). Sum of RGB (Red+Green+Blue) = 19+94+32=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 94 (37.11% from 255 or 64.83% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 94 - color contains mainly: green. Hex color #135E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135E20 is #ECA1DF. Grayscale: #404040. Windows color (decimal): -15507936 or 2121235. OLE color: 2121235.
HSL color Cylindrical-coordinate representation of color #135E20: hue angle of 130.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135E20 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 94 | 32 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.63 |
| HSL | 130.4º | 0.66% | 0.22% | - |
| HSV(B) | 130.4º | 0.8% | 0.37% | - |
| XYZ | 4.53 | 8.25 | 2.72 | - |
| YUV | 64.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 32 | 0.80 | 0 | 0.66 | 0.63 | 130.4 | 0.66 | 0.22 |
| Hex | 13 | 5E | 20 | 50 | 0 | 42 | 3F | 82 | 42 | 16 |
| Octal | 23 | 136 | 40 | 120 | 0 | 102 | 77 | 202 | 102 | 26 |
| Binary | 10011 | 1011110 | 100000 | 1010000 | 0 | 1000010 | 111111 | 10000010 | 1000010 | 10110 |
Color Harmonies of #135E20
Complementary color
Monochromatic Colors of #135E20
Black with #135E20
Text Example
Text Example
White with #135E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135E20; }
p { color: rgb(19,94,32); }
H1.HeaderClassName
{
color: #135E20;
}
.AnyTagClassName
{
color: #135E20;
}
</style>
background-color css
<style>
a { background-color: #135E20; }
a { background-color: rgb(19,94,32); }
div.DivClassName
{
background-color: #135E20;
}
.BgClassName
{
background-color: #135E20;
}
</style>
border-color css
<style>
span { border-color: #135E20; }
span { border-color: rgb(19,94,32); }
td.TdClassName
{
border-color: #135E20;
}
.TagClassName
{
border-color: #135E20;
}
</style>