Shades of Crusoe #135F21
Tints of Crusoe #135F21
RGB
CMYK
RGB Variations
Color information
#135F21 (or 0x135F21) is known color: Crusoe. HEX triplet: 13, 5F and 21. RGB value is (19,95,33). Sum of RGB (Red+Green+Blue) = 19+95+33=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 95 (37.5% from 255 or 64.63% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 95 - color contains mainly: green. Hex color #135F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135F21 is #ECA0DE. Grayscale: #414141. Windows color (decimal): -15507679 or 2187027. OLE color: 2187027.
HSL color Cylindrical-coordinate representation of color #135F21: hue angle of 131.05º degrees, saturation: 0.67, 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 #135F21 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 95 | 33 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.63 |
| HSL | 131.05º | 0.67% | 0.22% | - |
| HSV(B) | 131.05º | 0.8% | 0.37% | - |
| XYZ | 4.64 | 8.43 | 2.82 | - |
| YUV | 65.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 33 | 0.80 | 0 | 0.65 | 0.63 | 131.05 | 0.67 | 0.22 |
| Hex | 13 | 5F | 21 | 50 | 0 | 41 | 3F | 83 | 43 | 16 |
| Octal | 23 | 137 | 41 | 120 | 0 | 101 | 77 | 203 | 103 | 26 |
| Binary | 10011 | 1011111 | 100001 | 1010000 | 0 | 1000001 | 111111 | 10000011 | 1000011 | 10110 |
Color Harmonies of #135F21
Complementary color
Monochromatic Colors of #135F21
Black with #135F21
Text Example
Text Example
White with #135F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135F21; }
p { color: rgb(19,95,33); }
H1.HeaderClassName
{
color: #135F21;
}
.AnyTagClassName
{
color: #135F21;
}
</style>
background-color css
<style>
a { background-color: #135F21; }
a { background-color: rgb(19,95,33); }
div.DivClassName
{
background-color: #135F21;
}
.BgClassName
{
background-color: #135F21;
}
</style>
border-color css
<style>
span { border-color: #135F21; }
span { border-color: rgb(19,95,33); }
td.TdClassName
{
border-color: #135F21;
}
.TagClassName
{
border-color: #135F21;
}
</style>