Shades of Genoa #21766A
Tints of Genoa #21766A
RGB
CMYK
RGB Variations
Color information
#21766A (or 0x21766A) is known color: Genoa. HEX triplet: 21, 76 and 6A. RGB value is (33,118,106). Sum of RGB (Red+Green+Blue) = 33+118+106=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #21766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21766A is #DE8995. Grayscale: #5B5B5B. Windows color (decimal): -14584214 or 6977057. OLE color: 6977057.
HSL color Cylindrical-coordinate representation of color #21766A: hue angle of 171.53º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21766A is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 118 | 106 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.54 |
| HSL | 171.53º | 0.56% | 0.3% | - |
| HSV(B) | 171.53º | 0.72% | 0.46% | - |
| XYZ | 9.71 | 14.32 | 15.89 | - |
| YUV | 91.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 106 | 0.72 | 0 | 0.10 | 0.54 | 171.53 | 0.56 | 0.3 |
| Hex | 21 | 76 | 6A | 48 | 0 | A | 36 | AC | 38 | 1E |
| Octal | 41 | 166 | 152 | 110 | 0 | 12 | 66 | 254 | 70 | 36 |
| Binary | 100001 | 1110110 | 1101010 | 1001000 | 0 | 1010 | 110110 | 10101100 | 111000 | 11110 |
Color Harmonies of #21766A
Complementary color
Monochromatic Colors of #21766A
Black with #21766A
Text Example
Text Example
White with #21766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21766A; }
p { color: rgb(33,118,106); }
H1.HeaderClassName
{
color: #21766A;
}
.AnyTagClassName
{
color: #21766A;
}
</style>
background-color css
<style>
a { background-color: #21766A; }
a { background-color: rgb(33,118,106); }
div.DivClassName
{
background-color: #21766A;
}
.BgClassName
{
background-color: #21766A;
}
</style>
border-color css
<style>
span { border-color: #21766A; }
span { border-color: rgb(33,118,106); }
td.TdClassName
{
border-color: #21766A;
}
.TagClassName
{
border-color: #21766A;
}
</style>