Shades of Crusoe #13652A
Tints of Crusoe #13652A
RGB
CMYK
RGB Variations
Color information
#13652A (or 0x13652A) is known color: Crusoe. HEX triplet: 13, 65 and 2A. RGB value is (19,101,42). Sum of RGB (Red+Green+Blue) = 19+101+42=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 101 (39.84% from 255 or 62.35% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 101 - color contains mainly: green. Hex color #13652A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13652A is #EC9AD5. Grayscale: #454545. Windows color (decimal): -15506134 or 2778387. OLE color: 2778387.
HSL color Cylindrical-coordinate representation of color #13652A: hue angle of 136.83º 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 #13652A is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 101 | 42 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.60 |
| HSL | 136.83º | 0.68% | 0.24% | - |
| HSV(B) | 136.83º | 0.81% | 0.4% | - |
| XYZ | 5.34 | 9.61 | 3.76 | - |
| YUV | 69.76 | 112.33 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 42 | 0.81 | 0 | 0.58 | 0.60 | 136.83 | 0.68 | 0.24 |
| Hex | 13 | 65 | 2A | 51 | 0 | 3A | 3C | 89 | 44 | 18 |
| Octal | 23 | 145 | 52 | 121 | 0 | 72 | 74 | 211 | 104 | 30 |
| Binary | 10011 | 1100101 | 101010 | 1010001 | 0 | 111010 | 111100 | 10001001 | 1000100 | 11000 |
Color Harmonies of #13652A
Complementary color
Monochromatic Colors of #13652A
Black with #13652A
Text Example
Text Example
White with #13652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13652A; }
p { color: rgb(19,101,42); }
H1.HeaderClassName
{
color: #13652A;
}
.AnyTagClassName
{
color: #13652A;
}
</style>
background-color css
<style>
a { background-color: #13652A; }
a { background-color: rgb(19,101,42); }
div.DivClassName
{
background-color: #13652A;
}
.BgClassName
{
background-color: #13652A;
}
</style>
border-color css
<style>
span { border-color: #13652A; }
span { border-color: rgb(19,101,42); }
td.TdClassName
{
border-color: #13652A;
}
.TagClassName
{
border-color: #13652A;
}
</style>