Shades of Genoa #34816C
Tints of Genoa #34816C
RGB
CMYK
RGB Variations
Color information
#34816C (or 0x34816C) is known color: Genoa. HEX triplet: 34, 81 and 6C. RGB value is (52,129,108). Sum of RGB (Red+Green+Blue) = 52+129+108=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 129 - color contains mainly: green. Hex color #34816C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34816C is #CB7E93. Grayscale: #676767. Windows color (decimal): -13336212 or 7110964. OLE color: 7110964.
HSL color Cylindrical-coordinate representation of color #34816C: hue angle of 163.64º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34816C is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 129 | 108 | - |
| CMYK | 0.60 | 0 | 0.16 | 0.49 |
| HSL | 163.64º | 0.43% | 0.35% | - |
| HSV(B) | 163.64º | 0.6% | 0.51% | - |
| XYZ | 11.97 | 17.51 | 16.94 | - |
| YUV | 103.58 | 130.49 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 129 | 108 | 0.60 | 0 | 0.16 | 0.49 | 163.64 | 0.43 | 0.35 |
| Hex | 34 | 81 | 6C | 3C | 0 | 10 | 31 | A4 | 2B | 23 |
| Octal | 64 | 201 | 154 | 74 | 0 | 20 | 61 | 244 | 53 | 43 |
| Binary | 110100 | 10000001 | 1101100 | 111100 | 0 | 10000 | 110001 | 10100100 | 101011 | 100011 |
Color Harmonies of #34816C
Complementary color
Monochromatic Colors of #34816C
Black with #34816C
Text Example
Text Example
White with #34816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34816C; }
p { color: rgb(52,129,108); }
H1.HeaderClassName
{
color: #34816C;
}
.AnyTagClassName
{
color: #34816C;
}
</style>
background-color css
<style>
a { background-color: #34816C; }
a { background-color: rgb(52,129,108); }
div.DivClassName
{
background-color: #34816C;
}
.BgClassName
{
background-color: #34816C;
}
</style>
border-color css
<style>
span { border-color: #34816C; }
span { border-color: rgb(52,129,108); }
td.TdClassName
{
border-color: #34816C;
}
.TagClassName
{
border-color: #34816C;
}
</style>