Shades of Crusoe #135D2A
Tints of Crusoe #135D2A
RGB
CMYK
RGB Variations
Color information
#135D2A (or 0x135D2A) is known color: Crusoe. HEX triplet: 13, 5D and 2A. RGB value is (19,93,42). Sum of RGB (Red+Green+Blue) = 19+93+42=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 93 (36.72% from 255 or 60.39% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 93 - color contains mainly: green. Hex color #135D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D2A is #ECA2D5. Grayscale: #414141. Windows color (decimal): -15508182 or 2776339. OLE color: 2776339.
HSL color Cylindrical-coordinate representation of color #135D2A: hue angle of 138.65º 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 #135D2A is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 42 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.64 |
| HSL | 138.65º | 0.66% | 0.22% | - |
| HSV(B) | 138.65º | 0.8% | 0.36% | - |
| XYZ | 4.6 | 8.13 | 3.52 | - |
| YUV | 65.06 | 114.98 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 42 | 0.80 | 0 | 0.55 | 0.64 | 138.65 | 0.66 | 0.22 |
| Hex | 13 | 5D | 2A | 50 | 0 | 37 | 40 | 8B | 42 | 16 |
| Octal | 23 | 135 | 52 | 120 | 0 | 67 | 100 | 213 | 102 | 26 |
| Binary | 10011 | 1011101 | 101010 | 1010000 | 0 | 110111 | 1000000 | 10001011 | 1000010 | 10110 |
Color Harmonies of #135D2A
Complementary color
Monochromatic Colors of #135D2A
Black with #135D2A
Text Example
Text Example
White with #135D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D2A; }
p { color: rgb(19,93,42); }
H1.HeaderClassName
{
color: #135D2A;
}
.AnyTagClassName
{
color: #135D2A;
}
</style>
background-color css
<style>
a { background-color: #135D2A; }
a { background-color: rgb(19,93,42); }
div.DivClassName
{
background-color: #135D2A;
}
.BgClassName
{
background-color: #135D2A;
}
</style>
border-color css
<style>
span { border-color: #135D2A; }
span { border-color: rgb(19,93,42); }
td.TdClassName
{
border-color: #135D2A;
}
.TagClassName
{
border-color: #135D2A;
}
</style>