Shades of Crusoe #164E22
Tints of Crusoe #164E22
RGB
CMYK
RGB Variations
Color information
#164E22 (or 0x164E22) is known color: Crusoe. HEX triplet: 16, 4E and 22. RGB value is (22,78,34). Sum of RGB (Red+Green+Blue) = 22+78+34=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 78 (30.86% from 255 or 58.21% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 78 - color contains mainly: green. Hex color #164E22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164E22 is #E9B1DD. Grayscale: #383838. Windows color (decimal): -15315422 or 2248214. OLE color: 2248214.
HSL color Cylindrical-coordinate representation of color #164E22: hue angle of 132.86º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164E22 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 78 | 34 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.69 |
| HSL | 132.86º | 0.56% | 0.2% | - |
| HSV(B) | 132.86º | 0.72% | 0.31% | - |
| XYZ | 3.34 | 5.73 | 2.44 | - |
| YUV | 56.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 34 | 0.72 | 0 | 0.56 | 0.69 | 132.86 | 0.56 | 0.2 |
| Hex | 16 | 4E | 22 | 48 | 0 | 38 | 45 | 85 | 38 | 14 |
| Octal | 26 | 116 | 42 | 110 | 0 | 70 | 105 | 205 | 70 | 24 |
| Binary | 10110 | 1001110 | 100010 | 1001000 | 0 | 111000 | 1000101 | 10000101 | 111000 | 10100 |
Color Harmonies of #164E22
Complementary color
Monochromatic Colors of #164E22
Black with #164E22
Text Example
Text Example
White with #164E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164E22; }
p { color: rgb(22,78,34); }
H1.HeaderClassName
{
color: #164E22;
}
.AnyTagClassName
{
color: #164E22;
}
</style>
background-color css
<style>
a { background-color: #164E22; }
a { background-color: rgb(22,78,34); }
div.DivClassName
{
background-color: #164E22;
}
.BgClassName
{
background-color: #164E22;
}
</style>
border-color css
<style>
span { border-color: #164E22; }
span { border-color: rgb(22,78,34); }
td.TdClassName
{
border-color: #164E22;
}
.TagClassName
{
border-color: #164E22;
}
</style>