Shades of Crusoe #135322
Tints of Crusoe #135322
RGB
CMYK
RGB Variations
Color information
#135322 (or 0x135322) is known color: Crusoe. HEX triplet: 13, 53 and 22. RGB value is (19,83,34). Sum of RGB (Red+Green+Blue) = 19+83+34=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #135322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135322 is #ECACDD. Grayscale: #3A3A3A. Windows color (decimal): -15510750 or 2249491. OLE color: 2249491.
HSL color Cylindrical-coordinate representation of color #135322: hue angle of 134.06º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135322 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 34 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.67 |
| HSL | 134.06º | 0.63% | 0.2% | - |
| HSV(B) | 134.06º | 0.77% | 0.33% | - |
| XYZ | 3.65 | 6.44 | 2.56 | - |
| YUV | 58.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 34 | 0.77 | 0 | 0.59 | 0.67 | 134.06 | 0.63 | 0.2 |
| Hex | 13 | 53 | 22 | 4D | 0 | 3B | 43 | 86 | 3F | 14 |
| Octal | 23 | 123 | 42 | 115 | 0 | 73 | 103 | 206 | 77 | 24 |
| Binary | 10011 | 1010011 | 100010 | 1001101 | 0 | 111011 | 1000011 | 10000110 | 111111 | 10100 |
Color Harmonies of #135322
Complementary color
Monochromatic Colors of #135322
Black with #135322
Text Example
Text Example
White with #135322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135322; }
p { color: rgb(19,83,34); }
H1.HeaderClassName
{
color: #135322;
}
.AnyTagClassName
{
color: #135322;
}
</style>
background-color css
<style>
a { background-color: #135322; }
a { background-color: rgb(19,83,34); }
div.DivClassName
{
background-color: #135322;
}
.BgClassName
{
background-color: #135322;
}
</style>
border-color css
<style>
span { border-color: #135322; }
span { border-color: rgb(19,83,34); }
td.TdClassName
{
border-color: #135322;
}
.TagClassName
{
border-color: #135322;
}
</style>