Shades of Crusoe #16552B
Tints of Crusoe #16552B
RGB
CMYK
RGB Variations
Color information
#16552B (or 0x16552B) is known color: Crusoe. HEX triplet: 16, 55 and 2B. RGB value is (22,85,43). Sum of RGB (Red+Green+Blue) = 22+85+43=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #16552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16552B is #E9AAD4. Grayscale: #3D3D3D. Windows color (decimal): -15313621 or 2839830. OLE color: 2839830.
HSL color Cylindrical-coordinate representation of color #16552B: hue angle of 140º degrees, saturation: 0.59, 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 #16552B is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 85 | 43 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.67 |
| HSL | 140º | 0.59% | 0.21% | - |
| HSV(B) | 140º | 0.74% | 0.33% | - |
| XYZ | 4.02 | 6.84 | 3.39 | - |
| YUV | 61.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 43 | 0.74 | 0 | 0.49 | 0.67 | 140 | 0.59 | 0.21 |
| Hex | 16 | 55 | 2B | 4A | 0 | 31 | 43 | 8C | 3B | 15 |
| Octal | 26 | 125 | 53 | 112 | 0 | 61 | 103 | 214 | 73 | 25 |
| Binary | 10110 | 1010101 | 101011 | 1001010 | 0 | 110001 | 1000011 | 10001100 | 111011 | 10101 |
Color Harmonies of #16552B
Complementary color
Monochromatic Colors of #16552B
Black with #16552B
Text Example
Text Example
White with #16552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16552B; }
p { color: rgb(22,85,43); }
H1.HeaderClassName
{
color: #16552B;
}
.AnyTagClassName
{
color: #16552B;
}
</style>
background-color css
<style>
a { background-color: #16552B; }
a { background-color: rgb(22,85,43); }
div.DivClassName
{
background-color: #16552B;
}
.BgClassName
{
background-color: #16552B;
}
</style>
border-color css
<style>
span { border-color: #16552B; }
span { border-color: rgb(22,85,43); }
td.TdClassName
{
border-color: #16552B;
}
.TagClassName
{
border-color: #16552B;
}
</style>