Shades of Crusoe #135021
Tints of Crusoe #135021
RGB
CMYK
RGB Variations
Color information
#135021 (or 0x135021) is known color: Crusoe. HEX triplet: 13, 50 and 21. RGB value is (19,80,33). Sum of RGB (Red+Green+Blue) = 19+80+33=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #135021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135021 is #ECAFDE. Grayscale: #383838. Windows color (decimal): -15511519 or 2183187. OLE color: 2183187.
HSL color Cylindrical-coordinate representation of color #135021: hue angle of 133.77º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135021 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 33 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.69 |
| HSL | 133.77º | 0.62% | 0.19% | - |
| HSV(B) | 133.77º | 0.76% | 0.31% | - |
| XYZ | 3.41 | 5.99 | 2.41 | - |
| YUV | 56.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 33 | 0.76 | 0 | 0.59 | 0.69 | 133.77 | 0.62 | 0.19 |
| Hex | 13 | 50 | 21 | 4C | 0 | 3B | 45 | 86 | 3E | 13 |
| Octal | 23 | 120 | 41 | 114 | 0 | 73 | 105 | 206 | 76 | 23 |
| Binary | 10011 | 1010000 | 100001 | 1001100 | 0 | 111011 | 1000101 | 10000110 | 111110 | 10011 |
Color Harmonies of #135021
Complementary color
Monochromatic Colors of #135021
Black with #135021
Text Example
Text Example
White with #135021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135021; }
p { color: rgb(19,80,33); }
H1.HeaderClassName
{
color: #135021;
}
.AnyTagClassName
{
color: #135021;
}
</style>
background-color css
<style>
a { background-color: #135021; }
a { background-color: rgb(19,80,33); }
div.DivClassName
{
background-color: #135021;
}
.BgClassName
{
background-color: #135021;
}
</style>
border-color css
<style>
span { border-color: #135021; }
span { border-color: rgb(19,80,33); }
td.TdClassName
{
border-color: #135021;
}
.TagClassName
{
border-color: #135021;
}
</style>