Shades of Crusoe #135122
Tints of Crusoe #135122
RGB
CMYK
RGB Variations
Color information
#135122 (or 0x135122) is known color: Crusoe. HEX triplet: 13, 51 and 22. RGB value is (19,81,34). Sum of RGB (Red+Green+Blue) = 19+81+34=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #135122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135122 is #ECAEDD. Grayscale: #393939. Windows color (decimal): -15511262 or 2248979. OLE color: 2248979.
HSL color Cylindrical-coordinate representation of color #135122: hue angle of 134.52º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135122 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 81 | 34 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.68 |
| HSL | 134.52º | 0.62% | 0.2% | - |
| HSV(B) | 134.52º | 0.77% | 0.32% | - |
| XYZ | 3.5 | 6.14 | 2.51 | - |
| YUV | 57.1 | 114.96 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 34 | 0.77 | 0 | 0.58 | 0.68 | 134.52 | 0.62 | 0.2 |
| Hex | 13 | 51 | 22 | 4D | 0 | 3A | 44 | 87 | 3E | 14 |
| Octal | 23 | 121 | 42 | 115 | 0 | 72 | 104 | 207 | 76 | 24 |
| Binary | 10011 | 1010001 | 100010 | 1001101 | 0 | 111010 | 1000100 | 10000111 | 111110 | 10100 |
Color Harmonies of #135122
Complementary color
Monochromatic Colors of #135122
Black with #135122
Text Example
Text Example
White with #135122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135122; }
p { color: rgb(19,81,34); }
H1.HeaderClassName
{
color: #135122;
}
.AnyTagClassName
{
color: #135122;
}
</style>
background-color css
<style>
a { background-color: #135122; }
a { background-color: rgb(19,81,34); }
div.DivClassName
{
background-color: #135122;
}
.BgClassName
{
background-color: #135122;
}
</style>
border-color css
<style>
span { border-color: #135122; }
span { border-color: rgb(19,81,34); }
td.TdClassName
{
border-color: #135122;
}
.TagClassName
{
border-color: #135122;
}
</style>