Shades of Crusoe #135D36
Tints of Crusoe #135D36
RGB
CMYK
RGB Variations
Color information
#135D36 (or 0x135D36) is known color: Crusoe. HEX triplet: 13, 5D and 36. RGB value is (19,93,54). Sum of RGB (Red+Green+Blue) = 19+93+54=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #135D36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135D36 is #ECA2C9. Grayscale: #424242. Windows color (decimal): -15508170 or 3562771. OLE color: 3562771.
HSL color Cylindrical-coordinate representation of color #135D36: hue angle of 148.38º 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 #135D36 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 54 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.64 |
| HSL | 148.38º | 0.66% | 0.22% | - |
| HSV(B) | 148.38º | 0.8% | 0.36% | - |
| XYZ | 4.85 | 8.23 | 4.82 | - |
| YUV | 66.43 | 120.98 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 54 | 0.80 | 0 | 0.42 | 0.64 | 148.38 | 0.66 | 0.22 |
| Hex | 13 | 5D | 36 | 50 | 0 | 2A | 40 | 94 | 42 | 16 |
| Octal | 23 | 135 | 66 | 120 | 0 | 52 | 100 | 224 | 102 | 26 |
| Binary | 10011 | 1011101 | 110110 | 1010000 | 0 | 101010 | 1000000 | 10010100 | 1000010 | 10110 |
Color Harmonies of #135D36
Complementary color
Monochromatic Colors of #135D36
Black with #135D36
Text Example
Text Example
White with #135D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D36; }
p { color: rgb(19,93,54); }
H1.HeaderClassName
{
color: #135D36;
}
.AnyTagClassName
{
color: #135D36;
}
</style>
background-color css
<style>
a { background-color: #135D36; }
a { background-color: rgb(19,93,54); }
div.DivClassName
{
background-color: #135D36;
}
.BgClassName
{
background-color: #135D36;
}
</style>
border-color css
<style>
span { border-color: #135D36; }
span { border-color: rgb(19,93,54); }
td.TdClassName
{
border-color: #135D36;
}
.TagClassName
{
border-color: #135D36;
}
</style>