Shades of Crusoe #13622C
Tints of Crusoe #13622C
RGB
CMYK
RGB Variations
Color information
#13622C (or 0x13622C) is known color: Crusoe. HEX triplet: 13, 62 and 2C. RGB value is (19,98,44). Sum of RGB (Red+Green+Blue) = 19+98+44=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 98 (38.67% from 255 or 60.87% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 98 - color contains mainly: green. Hex color #13622C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13622C is #EC9DD3. Grayscale: #444444. Windows color (decimal): -15506900 or 2908691. OLE color: 2908691.
HSL color Cylindrical-coordinate representation of color #13622C: hue angle of 138.99º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13622C is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 98 | 44 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.62 |
| HSL | 138.99º | 0.68% | 0.23% | - |
| HSV(B) | 138.99º | 0.81% | 0.38% | - |
| XYZ | 5.09 | 9.06 | 3.86 | - |
| YUV | 68.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 44 | 0.81 | 0 | 0.55 | 0.62 | 138.99 | 0.68 | 0.23 |
| Hex | 13 | 62 | 2C | 51 | 0 | 37 | 3E | 8B | 44 | 17 |
| Octal | 23 | 142 | 54 | 121 | 0 | 67 | 76 | 213 | 104 | 27 |
| Binary | 10011 | 1100010 | 101100 | 1010001 | 0 | 110111 | 111110 | 10001011 | 1000100 | 10111 |
Color Harmonies of #13622C
Complementary color
Monochromatic Colors of #13622C
Black with #13622C
Text Example
Text Example
White with #13622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13622C; }
p { color: rgb(19,98,44); }
H1.HeaderClassName
{
color: #13622C;
}
.AnyTagClassName
{
color: #13622C;
}
</style>
background-color css
<style>
a { background-color: #13622C; }
a { background-color: rgb(19,98,44); }
div.DivClassName
{
background-color: #13622C;
}
.BgClassName
{
background-color: #13622C;
}
</style>
border-color css
<style>
span { border-color: #13622C; }
span { border-color: rgb(19,98,44); }
td.TdClassName
{
border-color: #13622C;
}
.TagClassName
{
border-color: #13622C;
}
</style>