Shades of Crusoe #135D32
Tints of Crusoe #135D32
RGB
CMYK
RGB Variations
Color information
#135D32 (or 0x135D32) is known color: Crusoe. HEX triplet: 13, 5D and 32. RGB value is (19,93,50). Sum of RGB (Red+Green+Blue) = 19+93+50=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #135D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D32 is #ECA2CD. Grayscale: #424242. Windows color (decimal): -15508174 or 3300627. OLE color: 3300627.
HSL color Cylindrical-coordinate representation of color #135D32: hue angle of 145.14º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D32 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 50 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.64 |
| HSL | 145.14º | 0.66% | 0.22% | - |
| HSV(B) | 145.14º | 0.8% | 0.36% | - |
| XYZ | 4.76 | 8.2 | 4.35 | - |
| YUV | 65.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 50 | 0.80 | 0 | 0.46 | 0.64 | 145.14 | 0.66 | 0.22 |
| Hex | 13 | 5D | 32 | 50 | 0 | 2E | 40 | 91 | 42 | 16 |
| Octal | 23 | 135 | 62 | 120 | 0 | 56 | 100 | 221 | 102 | 26 |
| Binary | 10011 | 1011101 | 110010 | 1010000 | 0 | 101110 | 1000000 | 10010001 | 1000010 | 10110 |
Color Harmonies of #135D32
Complementary color
Monochromatic Colors of #135D32
Black with #135D32
Text Example
Text Example
White with #135D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D32; }
p { color: rgb(19,93,50); }
H1.HeaderClassName
{
color: #135D32;
}
.AnyTagClassName
{
color: #135D32;
}
</style>
background-color css
<style>
a { background-color: #135D32; }
a { background-color: rgb(19,93,50); }
div.DivClassName
{
background-color: #135D32;
}
.BgClassName
{
background-color: #135D32;
}
</style>
border-color css
<style>
span { border-color: #135D32; }
span { border-color: rgb(19,93,50); }
td.TdClassName
{
border-color: #135D32;
}
.TagClassName
{
border-color: #135D32;
}
</style>