Shades of Crusoe #135C2D
Tints of Crusoe #135C2D
RGB
CMYK
RGB Variations
Color information
#135C2D (or 0x135C2D) is known color: Crusoe. HEX triplet: 13, 5C and 2D. RGB value is (19,92,45). Sum of RGB (Red+Green+Blue) = 19+92+45=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 92 (36.33% from 255 or 58.97% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 92 - color contains mainly: green. Hex color #135C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C2D is #ECA3D2. Grayscale: #404040. Windows color (decimal): -15508435 or 2972691. OLE color: 2972691.
HSL color Cylindrical-coordinate representation of color #135C2D: hue angle of 141.37º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C2D is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 45 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.64 |
| HSL | 141.37º | 0.66% | 0.22% | - |
| HSV(B) | 141.37º | 0.79% | 0.36% | - |
| XYZ | 4.57 | 7.98 | 3.78 | - |
| YUV | 64.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 45 | 0.79 | 0 | 0.51 | 0.64 | 141.37 | 0.66 | 0.22 |
| Hex | 13 | 5C | 2D | 4F | 0 | 33 | 40 | 8D | 42 | 16 |
| Octal | 23 | 134 | 55 | 117 | 0 | 63 | 100 | 215 | 102 | 26 |
| Binary | 10011 | 1011100 | 101101 | 1001111 | 0 | 110011 | 1000000 | 10001101 | 1000010 | 10110 |
Color Harmonies of #135C2D
Complementary color
Monochromatic Colors of #135C2D
Black with #135C2D
Text Example
Text Example
White with #135C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C2D; }
p { color: rgb(19,92,45); }
H1.HeaderClassName
{
color: #135C2D;
}
.AnyTagClassName
{
color: #135C2D;
}
</style>
background-color css
<style>
a { background-color: #135C2D; }
a { background-color: rgb(19,92,45); }
div.DivClassName
{
background-color: #135C2D;
}
.BgClassName
{
background-color: #135C2D;
}
</style>
border-color css
<style>
span { border-color: #135C2D; }
span { border-color: rgb(19,92,45); }
td.TdClassName
{
border-color: #135C2D;
}
.TagClassName
{
border-color: #135C2D;
}
</style>