Shades of Crusoe #135A2C
Tints of Crusoe #135A2C
RGB
CMYK
RGB Variations
Color information
#135A2C (or 0x135A2C) is known color: Crusoe. HEX triplet: 13, 5A and 2C. RGB value is (19,90,44). Sum of RGB (Red+Green+Blue) = 19+90+44=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #135A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A2C is #ECA5D3. Grayscale: #3F3F3F. Windows color (decimal): -15508948 or 2906643. OLE color: 2906643.
HSL color Cylindrical-coordinate representation of color #135A2C: hue angle of 141.13º 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 #135A2C is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 44 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.65 |
| HSL | 141.13º | 0.65% | 0.21% | - |
| HSV(B) | 141.13º | 0.79% | 0.35% | - |
| XYZ | 4.38 | 7.63 | 3.63 | - |
| YUV | 63.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 44 | 0.79 | 0 | 0.51 | 0.65 | 141.13 | 0.65 | 0.21 |
| Hex | 13 | 5A | 2C | 4F | 0 | 33 | 41 | 8D | 41 | 15 |
| Octal | 23 | 132 | 54 | 117 | 0 | 63 | 101 | 215 | 101 | 25 |
| Binary | 10011 | 1011010 | 101100 | 1001111 | 0 | 110011 | 1000001 | 10001101 | 1000001 | 10101 |
Color Harmonies of #135A2C
Complementary color
Monochromatic Colors of #135A2C
Black with #135A2C
Text Example
Text Example
White with #135A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A2C; }
p { color: rgb(19,90,44); }
H1.HeaderClassName
{
color: #135A2C;
}
.AnyTagClassName
{
color: #135A2C;
}
</style>
background-color css
<style>
a { background-color: #135A2C; }
a { background-color: rgb(19,90,44); }
div.DivClassName
{
background-color: #135A2C;
}
.BgClassName
{
background-color: #135A2C;
}
</style>
border-color css
<style>
span { border-color: #135A2C; }
span { border-color: rgb(19,90,44); }
td.TdClassName
{
border-color: #135A2C;
}
.TagClassName
{
border-color: #135A2C;
}
</style>