Shades of Genoa #34826F
Tints of Genoa #34826F
RGB
CMYK
RGB Variations
Color information
#34826F (or 0x34826F) is known color: Genoa. HEX triplet: 34, 82 and 6F. RGB value is (52,130,111). Sum of RGB (Red+Green+Blue) = 52+130+111=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #34826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34826F is #CB7D90. Grayscale: #686868. Windows color (decimal): -13335953 or 7307828. OLE color: 7307828.
HSL color Cylindrical-coordinate representation of color #34826F: hue angle of 165.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34826F is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 111 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.49 |
| HSL | 165.38º | 0.43% | 0.36% | - |
| HSV(B) | 165.38º | 0.6% | 0.51% | - |
| XYZ | 12.27 | 17.84 | 17.84 | - |
| YUV | 104.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 111 | 0.60 | 0 | 0.15 | 0.49 | 165.38 | 0.43 | 0.36 |
| Hex | 34 | 82 | 6F | 3C | 0 | F | 31 | A5 | 2B | 24 |
| Octal | 64 | 202 | 157 | 74 | 0 | 17 | 61 | 245 | 53 | 44 |
| Binary | 110100 | 10000010 | 1101111 | 111100 | 0 | 1111 | 110001 | 10100101 | 101011 | 100100 |
Color Harmonies of #34826F
Complementary color
Monochromatic Colors of #34826F
Black with #34826F
Text Example
Text Example
White with #34826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34826F; }
p { color: rgb(52,130,111); }
H1.HeaderClassName
{
color: #34826F;
}
.AnyTagClassName
{
color: #34826F;
}
</style>
background-color css
<style>
a { background-color: #34826F; }
a { background-color: rgb(52,130,111); }
div.DivClassName
{
background-color: #34826F;
}
.BgClassName
{
background-color: #34826F;
}
</style>
border-color css
<style>
span { border-color: #34826F; }
span { border-color: rgb(52,130,111); }
td.TdClassName
{
border-color: #34826F;
}
.TagClassName
{
border-color: #34826F;
}
</style>