Shades of Crusoe #135F2A
Tints of Crusoe #135F2A
RGB
CMYK
RGB Variations
Color information
#135F2A (or 0x135F2A) is known color: Crusoe. HEX triplet: 13, 5F and 2A. RGB value is (19,95,42). Sum of RGB (Red+Green+Blue) = 19+95+42=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 95 (37.5% from 255 or 60.90% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 95 - color contains mainly: green. Hex color #135F2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135F2A is #ECA0D5. Grayscale: #424242. Windows color (decimal): -15507670 or 2776851. OLE color: 2776851.
HSL color Cylindrical-coordinate representation of color #135F2A: hue angle of 138.16º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F2A is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 95 | 42 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.63 |
| HSL | 138.16º | 0.67% | 0.22% | - |
| HSV(B) | 138.16º | 0.8% | 0.37% | - |
| XYZ | 4.78 | 8.49 | 3.58 | - |
| YUV | 66.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 42 | 0.80 | 0 | 0.56 | 0.63 | 138.16 | 0.67 | 0.22 |
| Hex | 13 | 5F | 2A | 50 | 0 | 38 | 3F | 8A | 43 | 16 |
| Octal | 23 | 137 | 52 | 120 | 0 | 70 | 77 | 212 | 103 | 26 |
| Binary | 10011 | 1011111 | 101010 | 1010000 | 0 | 111000 | 111111 | 10001010 | 1000011 | 10110 |
Color Harmonies of #135F2A
Complementary color
Monochromatic Colors of #135F2A
Black with #135F2A
Text Example
Text Example
White with #135F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135F2A; }
p { color: rgb(19,95,42); }
H1.HeaderClassName
{
color: #135F2A;
}
.AnyTagClassName
{
color: #135F2A;
}
</style>
background-color css
<style>
a { background-color: #135F2A; }
a { background-color: rgb(19,95,42); }
div.DivClassName
{
background-color: #135F2A;
}
.BgClassName
{
background-color: #135F2A;
}
</style>
border-color css
<style>
span { border-color: #135F2A; }
span { border-color: rgb(19,95,42); }
td.TdClassName
{
border-color: #135F2A;
}
.TagClassName
{
border-color: #135F2A;
}
</style>