Shades of Crusoe #16582A
Tints of Crusoe #16582A
RGB
CMYK
RGB Variations
Color information
#16582A (or 0x16582A) is known color: Crusoe. HEX triplet: 16, 58 and 2A. RGB value is (22,88,42). Sum of RGB (Red+Green+Blue) = 22+88+42=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #16582A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16582A is #E9A7D5. Grayscale: #3F3F3F. Windows color (decimal): -15312854 or 2775062. OLE color: 2775062.
HSL color Cylindrical-coordinate representation of color #16582A: hue angle of 138.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #16582A is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 42 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.65 |
| HSL | 138.18º | 0.6% | 0.22% | - |
| HSV(B) | 138.18º | 0.75% | 0.35% | - |
| XYZ | 4.24 | 7.32 | 3.38 | - |
| YUV | 63.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 42 | 0.75 | 0 | 0.52 | 0.65 | 138.18 | 0.6 | 0.22 |
| Hex | 16 | 58 | 2A | 4B | 0 | 34 | 41 | 8A | 3C | 16 |
| Octal | 26 | 130 | 52 | 113 | 0 | 64 | 101 | 212 | 74 | 26 |
| Binary | 10110 | 1011000 | 101010 | 1001011 | 0 | 110100 | 1000001 | 10001010 | 111100 | 10110 |
Color Harmonies of #16582A
Complementary color
Monochromatic Colors of #16582A
Black with #16582A
Text Example
Text Example
White with #16582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16582A; }
p { color: rgb(22,88,42); }
H1.HeaderClassName
{
color: #16582A;
}
.AnyTagClassName
{
color: #16582A;
}
</style>
background-color css
<style>
a { background-color: #16582A; }
a { background-color: rgb(22,88,42); }
div.DivClassName
{
background-color: #16582A;
}
.BgClassName
{
background-color: #16582A;
}
</style>
border-color css
<style>
span { border-color: #16582A; }
span { border-color: rgb(22,88,42); }
td.TdClassName
{
border-color: #16582A;
}
.TagClassName
{
border-color: #16582A;
}
</style>