Shades of Crusoe #135A32
Tints of Crusoe #135A32
RGB
CMYK
RGB Variations
Color information
#135A32 (or 0x135A32) is known color: Crusoe. HEX triplet: 13, 5A and 32. RGB value is (19,90,50). Sum of RGB (Red+Green+Blue) = 19+90+50=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #135A32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A32 is #ECA5CD. Grayscale: #404040. Windows color (decimal): -15508942 or 3299859. OLE color: 3299859.
HSL color Cylindrical-coordinate representation of color #135A32: hue angle of 146.2º 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 #135A32 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 50 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.65 |
| HSL | 146.2º | 0.65% | 0.21% | - |
| HSV(B) | 146.2º | 0.79% | 0.35% | - |
| XYZ | 4.5 | 7.68 | 4.26 | - |
| YUV | 64.21 | 119.98 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 50 | 0.79 | 0 | 0.44 | 0.65 | 146.2 | 0.65 | 0.21 |
| Hex | 13 | 5A | 32 | 4F | 0 | 2C | 41 | 92 | 41 | 15 |
| Octal | 23 | 132 | 62 | 117 | 0 | 54 | 101 | 222 | 101 | 25 |
| Binary | 10011 | 1011010 | 110010 | 1001111 | 0 | 101100 | 1000001 | 10010010 | 1000001 | 10101 |
Color Harmonies of #135A32
Complementary color
Monochromatic Colors of #135A32
Black with #135A32
Text Example
Text Example
White with #135A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A32; }
p { color: rgb(19,90,50); }
H1.HeaderClassName
{
color: #135A32;
}
.AnyTagClassName
{
color: #135A32;
}
</style>
background-color css
<style>
a { background-color: #135A32; }
a { background-color: rgb(19,90,50); }
div.DivClassName
{
background-color: #135A32;
}
.BgClassName
{
background-color: #135A32;
}
</style>
border-color css
<style>
span { border-color: #135A32; }
span { border-color: rgb(19,90,50); }
td.TdClassName
{
border-color: #135A32;
}
.TagClassName
{
border-color: #135A32;
}
</style>