Shades of Crusoe #135D33
Tints of Crusoe #135D33
RGB
CMYK
RGB Variations
Color information
#135D33 (or 0x135D33) is known color: Crusoe. HEX triplet: 13, 5D and 33. RGB value is (19,93,51). Sum of RGB (Red+Green+Blue) = 19+93+51=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #135D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D33 is #ECA2CC. Grayscale: #424242. Windows color (decimal): -15508173 or 3366163. OLE color: 3366163.
HSL color Cylindrical-coordinate representation of color #135D33: hue angle of 145.95º 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 #135D33 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 51 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.64 |
| HSL | 145.95º | 0.66% | 0.22% | - |
| HSV(B) | 145.95º | 0.8% | 0.36% | - |
| XYZ | 4.78 | 8.21 | 4.46 | - |
| YUV | 66.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 51 | 0.80 | 0 | 0.45 | 0.64 | 145.95 | 0.66 | 0.22 |
| Hex | 13 | 5D | 33 | 50 | 0 | 2D | 40 | 92 | 42 | 16 |
| Octal | 23 | 135 | 63 | 120 | 0 | 55 | 100 | 222 | 102 | 26 |
| Binary | 10011 | 1011101 | 110011 | 1010000 | 0 | 101101 | 1000000 | 10010010 | 1000010 | 10110 |
Color Harmonies of #135D33
Complementary color
Monochromatic Colors of #135D33
Black with #135D33
Text Example
Text Example
White with #135D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D33; }
p { color: rgb(19,93,51); }
H1.HeaderClassName
{
color: #135D33;
}
.AnyTagClassName
{
color: #135D33;
}
</style>
background-color css
<style>
a { background-color: #135D33; }
a { background-color: rgb(19,93,51); }
div.DivClassName
{
background-color: #135D33;
}
.BgClassName
{
background-color: #135D33;
}
</style>
border-color css
<style>
span { border-color: #135D33; }
span { border-color: rgb(19,93,51); }
td.TdClassName
{
border-color: #135D33;
}
.TagClassName
{
border-color: #135D33;
}
</style>