Shades of Crusoe #135A22
Tints of Crusoe #135A22
RGB
CMYK
RGB Variations
Color information
#135A22 (or 0x135A22) is known color: Crusoe. HEX triplet: 13, 5A and 22. RGB value is (19,90,34). Sum of RGB (Red+Green+Blue) = 19+90+34=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #135A22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A22 is #ECA5DD. Grayscale: #3E3E3E. Windows color (decimal): -15508958 or 2251283. OLE color: 2251283.
HSL color Cylindrical-coordinate representation of color #135A22: hue angle of 132.68º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A22 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 34 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.65 |
| HSL | 132.68º | 0.65% | 0.21% | - |
| HSV(B) | 132.68º | 0.79% | 0.35% | - |
| XYZ | 4.21 | 7.57 | 2.75 | - |
| YUV | 62.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 34 | 0.79 | 0 | 0.62 | 0.65 | 132.68 | 0.65 | 0.21 |
| Hex | 13 | 5A | 22 | 4F | 0 | 3E | 41 | 85 | 41 | 15 |
| Octal | 23 | 132 | 42 | 117 | 0 | 76 | 101 | 205 | 101 | 25 |
| Binary | 10011 | 1011010 | 100010 | 1001111 | 0 | 111110 | 1000001 | 10000101 | 1000001 | 10101 |
Color Harmonies of #135A22
Complementary color
Monochromatic Colors of #135A22
Black with #135A22
Text Example
Text Example
White with #135A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A22; }
p { color: rgb(19,90,34); }
H1.HeaderClassName
{
color: #135A22;
}
.AnyTagClassName
{
color: #135A22;
}
</style>
background-color css
<style>
a { background-color: #135A22; }
a { background-color: rgb(19,90,34); }
div.DivClassName
{
background-color: #135A22;
}
.BgClassName
{
background-color: #135A22;
}
</style>
border-color css
<style>
span { border-color: #135A22; }
span { border-color: rgb(19,90,34); }
td.TdClassName
{
border-color: #135A22;
}
.TagClassName
{
border-color: #135A22;
}
</style>