Shades of Crusoe #135A2F
Tints of Crusoe #135A2F
RGB
CMYK
RGB Variations
Color information
#135A2F (or 0x135A2F) is known color: Crusoe. HEX triplet: 13, 5A and 2F. RGB value is (19,90,47). Sum of RGB (Red+Green+Blue) = 19+90+47=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #135A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A2F is #ECA5D0. Grayscale: #3F3F3F. Windows color (decimal): -15508945 or 3103251. OLE color: 3103251.
HSL color Cylindrical-coordinate representation of color #135A2F: hue angle of 143.66º 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 #135A2F is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 47 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.65 |
| HSL | 143.66º | 0.65% | 0.21% | - |
| HSV(B) | 143.66º | 0.79% | 0.35% | - |
| XYZ | 4.44 | 7.66 | 3.93 | - |
| YUV | 63.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 47 | 0.79 | 0 | 0.48 | 0.65 | 143.66 | 0.65 | 0.21 |
| Hex | 13 | 5A | 2F | 4F | 0 | 30 | 41 | 90 | 41 | 15 |
| Octal | 23 | 132 | 57 | 117 | 0 | 60 | 101 | 220 | 101 | 25 |
| Binary | 10011 | 1011010 | 101111 | 1001111 | 0 | 110000 | 1000001 | 10010000 | 1000001 | 10101 |
Color Harmonies of #135A2F
Complementary color
Monochromatic Colors of #135A2F
Black with #135A2F
Text Example
Text Example
White with #135A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A2F; }
p { color: rgb(19,90,47); }
H1.HeaderClassName
{
color: #135A2F;
}
.AnyTagClassName
{
color: #135A2F;
}
</style>
background-color css
<style>
a { background-color: #135A2F; }
a { background-color: rgb(19,90,47); }
div.DivClassName
{
background-color: #135A2F;
}
.BgClassName
{
background-color: #135A2F;
}
</style>
border-color css
<style>
span { border-color: #135A2F; }
span { border-color: rgb(19,90,47); }
td.TdClassName
{
border-color: #135A2F;
}
.TagClassName
{
border-color: #135A2F;
}
</style>