Shades of Crusoe #13652B
Tints of Crusoe #13652B
RGB
CMYK
RGB Variations
Color information
#13652B (or 0x13652B) is known color: Crusoe. HEX triplet: 13, 65 and 2B. RGB value is (19,101,43). Sum of RGB (Red+Green+Blue) = 19+101+43=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #13652B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13652B is #EC9AD4. Grayscale: #464646. Windows color (decimal): -15506133 or 2843923. OLE color: 2843923.
HSL color Cylindrical-coordinate representation of color #13652B: hue angle of 137.56º 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 #13652B is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 101 | 43 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.60 |
| HSL | 137.56º | 0.68% | 0.24% | - |
| HSV(B) | 137.56º | 0.81% | 0.4% | - |
| XYZ | 5.36 | 9.62 | 3.86 | - |
| YUV | 69.87 | 112.83 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 43 | 0.81 | 0 | 0.57 | 0.60 | 137.56 | 0.68 | 0.24 |
| Hex | 13 | 65 | 2B | 51 | 0 | 39 | 3C | 8A | 44 | 18 |
| Octal | 23 | 145 | 53 | 121 | 0 | 71 | 74 | 212 | 104 | 30 |
| Binary | 10011 | 1100101 | 101011 | 1010001 | 0 | 111001 | 111100 | 10001010 | 1000100 | 11000 |
Color Harmonies of #13652B
Complementary color
Monochromatic Colors of #13652B
Black with #13652B
Text Example
Text Example
White with #13652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13652B; }
p { color: rgb(19,101,43); }
H1.HeaderClassName
{
color: #13652B;
}
.AnyTagClassName
{
color: #13652B;
}
</style>
background-color css
<style>
a { background-color: #13652B; }
a { background-color: rgb(19,101,43); }
div.DivClassName
{
background-color: #13652B;
}
.BgClassName
{
background-color: #13652B;
}
</style>
border-color css
<style>
span { border-color: #13652B; }
span { border-color: rgb(19,101,43); }
td.TdClassName
{
border-color: #13652B;
}
.TagClassName
{
border-color: #13652B;
}
</style>