Shades of Crusoe #13662F
Tints of Crusoe #13662F
RGB
CMYK
RGB Variations
Color information
#13662F (or 0x13662F) is known color: Crusoe. HEX triplet: 13, 66 and 2F. RGB value is (19,102,47). Sum of RGB (Red+Green+Blue) = 19+102+47=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #13662F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13662F is #EC99D0. Grayscale: #474747. Windows color (decimal): -15505873 or 3106323. OLE color: 3106323.
HSL color Cylindrical-coordinate representation of color #13662F: hue angle of 140.24º degrees, saturation: 0.69, 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 #13662F is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 19 | 102 | 47 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.6 |
| HSL | 140.24º | 0.69% | 0.24% | - |
| HSV(B) | 140.24º | 0.81% | 0.4% | - |
| XYZ | 5.53 | 9.85 | 4.3 | - |
| YUV | 70.91 | 114.5 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 47 | 0.81 | 0 | 0.54 | 0.6 | 140.24 | 0.69 | 0.24 |
| Hex | 13 | 66 | 2F | 51 | 0 | 36 | 3C | 8C | 45 | 18 |
| Octal | 23 | 146 | 57 | 121 | 0 | 66 | 74 | 214 | 105 | 30 |
| Binary | 10011 | 1100110 | 101111 | 1010001 | 0 | 110110 | 111100 | 10001100 | 1000101 | 11000 |
Color Harmonies of #13662F
Complementary color
Monochromatic Colors of #13662F
Black with #13662F
Text Example
Text Example
White with #13662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13662F; }
p { color: rgb(19,102,47); }
H1.HeaderClassName
{
color: #13662F;
}
.AnyTagClassName
{
color: #13662F;
}
</style>
background-color css
<style>
a { background-color: #13662F; }
a { background-color: rgb(19,102,47); }
div.DivClassName
{
background-color: #13662F;
}
.BgClassName
{
background-color: #13662F;
}
</style>
border-color css
<style>
span { border-color: #13662F; }
span { border-color: rgb(19,102,47); }
td.TdClassName
{
border-color: #13662F;
}
.TagClassName
{
border-color: #13662F;
}
</style>