Shades of Crusoe #16541F
Tints of Crusoe #16541F
RGB
CMYK
RGB Variations
Color information
#16541F (or 0x16541F) is known color: Crusoe. HEX triplet: 16, 54 and 1F. RGB value is (22,84,31). Sum of RGB (Red+Green+Blue) = 22+84+31=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #16541F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16541F is #E9ABE0. Grayscale: #3B3B3B. Windows color (decimal): -15313889 or 2053142. OLE color: 2053142.
HSL color Cylindrical-coordinate representation of color #16541F: hue angle of 128.71º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #16541F is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 84 | 31 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.67 |
| HSL | 128.71º | 0.58% | 0.21% | - |
| HSV(B) | 128.71º | 0.74% | 0.33% | - |
| XYZ | 3.75 | 6.61 | 2.37 | - |
| YUV | 59.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 31 | 0.74 | 0 | 0.63 | 0.67 | 128.71 | 0.58 | 0.21 |
| Hex | 16 | 54 | 1F | 4A | 0 | 3F | 43 | 81 | 3A | 15 |
| Octal | 26 | 124 | 37 | 112 | 0 | 77 | 103 | 201 | 72 | 25 |
| Binary | 10110 | 1010100 | 11111 | 1001010 | 0 | 111111 | 1000011 | 10000001 | 111010 | 10101 |
Color Harmonies of #16541F
Complementary color
Monochromatic Colors of #16541F
Black with #16541F
Text Example
Text Example
White with #16541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16541F; }
p { color: rgb(22,84,31); }
H1.HeaderClassName
{
color: #16541F;
}
.AnyTagClassName
{
color: #16541F;
}
</style>
background-color css
<style>
a { background-color: #16541F; }
a { background-color: rgb(22,84,31); }
div.DivClassName
{
background-color: #16541F;
}
.BgClassName
{
background-color: #16541F;
}
</style>
border-color css
<style>
span { border-color: #16541F; }
span { border-color: rgb(22,84,31); }
td.TdClassName
{
border-color: #16541F;
}
.TagClassName
{
border-color: #16541F;
}
</style>