Shades of Crusoe #135A2D
Tints of Crusoe #135A2D
RGB
CMYK
RGB Variations
Color information
#135A2D (or 0x135A2D) is known color: Crusoe. HEX triplet: 13, 5A and 2D. RGB value is (19,90,45). Sum of RGB (Red+Green+Blue) = 19+90+45=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 90 (35.55% from 255 or 58.44% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 90 - color contains mainly: green. Hex color #135A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A2D is #ECA5D2. Grayscale: #3F3F3F. Windows color (decimal): -15508947 or 2972179. OLE color: 2972179.
HSL color Cylindrical-coordinate representation of color #135A2D: hue angle of 141.97º 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 #135A2D is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 45 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.65 |
| HSL | 141.97º | 0.65% | 0.21% | - |
| HSV(B) | 141.97º | 0.79% | 0.35% | - |
| XYZ | 4.4 | 7.64 | 3.73 | - |
| YUV | 63.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 45 | 0.79 | 0 | 0.50 | 0.65 | 141.97 | 0.65 | 0.21 |
| Hex | 13 | 5A | 2D | 4F | 0 | 32 | 41 | 8E | 41 | 15 |
| Octal | 23 | 132 | 55 | 117 | 0 | 62 | 101 | 216 | 101 | 25 |
| Binary | 10011 | 1011010 | 101101 | 1001111 | 0 | 110010 | 1000001 | 10001110 | 1000001 | 10101 |
Color Harmonies of #135A2D
Complementary color
Monochromatic Colors of #135A2D
Black with #135A2D
Text Example
Text Example
White with #135A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A2D; }
p { color: rgb(19,90,45); }
H1.HeaderClassName
{
color: #135A2D;
}
.AnyTagClassName
{
color: #135A2D;
}
</style>
background-color css
<style>
a { background-color: #135A2D; }
a { background-color: rgb(19,90,45); }
div.DivClassName
{
background-color: #135A2D;
}
.BgClassName
{
background-color: #135A2D;
}
</style>
border-color css
<style>
span { border-color: #135A2D; }
span { border-color: rgb(19,90,45); }
td.TdClassName
{
border-color: #135A2D;
}
.TagClassName
{
border-color: #135A2D;
}
</style>