Shades of Crusoe #165420
Tints of Crusoe #165420
RGB
CMYK
RGB Variations
Color information
#165420 (or 0x165420) is known color: Crusoe. HEX triplet: 16, 54 and 20. RGB value is (22,84,32). Sum of RGB (Red+Green+Blue) = 22+84+32=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 84 (33.20% from 255 or 60.87% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 84 - color contains mainly: green. Hex color #165420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165420 is #E9ABDF. Grayscale: #3B3B3B. Windows color (decimal): -15313888 or 2118678. OLE color: 2118678.
HSL color Cylindrical-coordinate representation of color #165420: hue angle of 129.68º 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 #165420 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 84 | 32 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.67 |
| HSL | 129.68º | 0.58% | 0.21% | - |
| HSV(B) | 129.68º | 0.74% | 0.33% | - |
| XYZ | 3.76 | 6.62 | 2.45 | - |
| YUV | 59.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 32 | 0.74 | 0 | 0.62 | 0.67 | 129.68 | 0.58 | 0.21 |
| Hex | 16 | 54 | 20 | 4A | 0 | 3E | 43 | 82 | 3A | 15 |
| Octal | 26 | 124 | 40 | 112 | 0 | 76 | 103 | 202 | 72 | 25 |
| Binary | 10110 | 1010100 | 100000 | 1001010 | 0 | 111110 | 1000011 | 10000010 | 111010 | 10101 |
Color Harmonies of #165420
Complementary color
Monochromatic Colors of #165420
Black with #165420
Text Example
Text Example
White with #165420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165420; }
p { color: rgb(22,84,32); }
H1.HeaderClassName
{
color: #165420;
}
.AnyTagClassName
{
color: #165420;
}
</style>
background-color css
<style>
a { background-color: #165420; }
a { background-color: rgb(22,84,32); }
div.DivClassName
{
background-color: #165420;
}
.BgClassName
{
background-color: #165420;
}
</style>
border-color css
<style>
span { border-color: #165420; }
span { border-color: rgb(22,84,32); }
td.TdClassName
{
border-color: #165420;
}
.TagClassName
{
border-color: #165420;
}
</style>