Shades of Crusoe #135E22
Tints of Crusoe #135E22
RGB
CMYK
RGB Variations
Color information
#135E22 (or 0x135E22) is known color: Crusoe. HEX triplet: 13, 5E and 22. RGB value is (19,94,34). Sum of RGB (Red+Green+Blue) = 19+94+34=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 94 (37.11% from 255 or 63.95% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 94 - color contains mainly: green. Hex color #135E22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135E22 is #ECA1DD. Grayscale: #404040. Windows color (decimal): -15507934 or 2252307. OLE color: 2252307.
HSL color Cylindrical-coordinate representation of color #135E22: hue angle of 132º 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 #135E22 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 94 | 34 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.63 |
| HSL | 132º | 0.66% | 0.22% | - |
| HSV(B) | 132º | 0.8% | 0.37% | - |
| XYZ | 4.56 | 8.26 | 2.87 | - |
| YUV | 64.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 34 | 0.80 | 0 | 0.64 | 0.63 | 132 | 0.66 | 0.22 |
| Hex | 13 | 5E | 22 | 50 | 0 | 40 | 3F | 84 | 42 | 16 |
| Octal | 23 | 136 | 42 | 120 | 0 | 100 | 77 | 204 | 102 | 26 |
| Binary | 10011 | 1011110 | 100010 | 1010000 | 0 | 1000000 | 111111 | 10000100 | 1000010 | 10110 |
Color Harmonies of #135E22
Complementary color
Monochromatic Colors of #135E22
Black with #135E22
Text Example
Text Example
White with #135E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135E22; }
p { color: rgb(19,94,34); }
H1.HeaderClassName
{
color: #135E22;
}
.AnyTagClassName
{
color: #135E22;
}
</style>
background-color css
<style>
a { background-color: #135E22; }
a { background-color: rgb(19,94,34); }
div.DivClassName
{
background-color: #135E22;
}
.BgClassName
{
background-color: #135E22;
}
</style>
border-color css
<style>
span { border-color: #135E22; }
span { border-color: rgb(19,94,34); }
td.TdClassName
{
border-color: #135E22;
}
.TagClassName
{
border-color: #135E22;
}
</style>