Shades of Crusoe #136530
Tints of Crusoe #136530
RGB
CMYK
RGB Variations
Color information
#136530 (or 0x136530) is known color: Crusoe. HEX triplet: 13, 65 and 30. RGB value is (19,101,48). Sum of RGB (Red+Green+Blue) = 19+101+48=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 101 (39.84% from 255 or 60.12% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 101 - color contains mainly: green. Hex color #136530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136530 is #EC9ACF. Grayscale: #464646. Windows color (decimal): -15506128 or 3171603. OLE color: 3171603.
HSL color Cylindrical-coordinate representation of color #136530: hue angle of 141.22º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136530 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 101 | 48 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.60 |
| HSL | 141.22º | 0.68% | 0.24% | - |
| HSV(B) | 141.22º | 0.81% | 0.4% | - |
| XYZ | 5.46 | 9.66 | 4.37 | - |
| YUV | 70.44 | 115.33 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 48 | 0.81 | 0 | 0.52 | 0.60 | 141.22 | 0.68 | 0.24 |
| Hex | 13 | 65 | 30 | 51 | 0 | 34 | 3C | 8D | 44 | 18 |
| Octal | 23 | 145 | 60 | 121 | 0 | 64 | 74 | 215 | 104 | 30 |
| Binary | 10011 | 1100101 | 110000 | 1010001 | 0 | 110100 | 111100 | 10001101 | 1000100 | 11000 |
Color Harmonies of #136530
Complementary color
Monochromatic Colors of #136530
Black with #136530
Text Example
Text Example
White with #136530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136530; }
p { color: rgb(19,101,48); }
H1.HeaderClassName
{
color: #136530;
}
.AnyTagClassName
{
color: #136530;
}
</style>
background-color css
<style>
a { background-color: #136530; }
a { background-color: rgb(19,101,48); }
div.DivClassName
{
background-color: #136530;
}
.BgClassName
{
background-color: #136530;
}
</style>
border-color css
<style>
span { border-color: #136530; }
span { border-color: rgb(19,101,48); }
td.TdClassName
{
border-color: #136530;
}
.TagClassName
{
border-color: #136530;
}
</style>