Shades of Genoa #34836F
Tints of Genoa #34836F
RGB
CMYK
RGB Variations
Color information
#34836F (or 0x34836F) is known color: Genoa. HEX triplet: 34, 83 and 6F. RGB value is (52,131,111). Sum of RGB (Red+Green+Blue) = 52+131+111=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #34836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34836F is #CB7C90. Grayscale: #696969. Windows color (decimal): -13335697 or 7308084. OLE color: 7308084.
HSL color Cylindrical-coordinate representation of color #34836F: hue angle of 164.81º 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 #34836F is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 131 | 111 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.49 |
| HSL | 164.81º | 0.43% | 0.36% | - |
| HSV(B) | 164.81º | 0.6% | 0.51% | - |
| XYZ | 12.4 | 18.11 | 17.88 | - |
| YUV | 105.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 131 | 111 | 0.60 | 0 | 0.15 | 0.49 | 164.81 | 0.43 | 0.36 |
| Hex | 34 | 83 | 6F | 3C | 0 | F | 31 | A5 | 2B | 24 |
| Octal | 64 | 203 | 157 | 74 | 0 | 17 | 61 | 245 | 53 | 44 |
| Binary | 110100 | 10000011 | 1101111 | 111100 | 0 | 1111 | 110001 | 10100101 | 101011 | 100100 |
Color Harmonies of #34836F
Complementary color
Monochromatic Colors of #34836F
Black with #34836F
Text Example
Text Example
White with #34836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34836F; }
p { color: rgb(52,131,111); }
H1.HeaderClassName
{
color: #34836F;
}
.AnyTagClassName
{
color: #34836F;
}
</style>
background-color css
<style>
a { background-color: #34836F; }
a { background-color: rgb(52,131,111); }
div.DivClassName
{
background-color: #34836F;
}
.BgClassName
{
background-color: #34836F;
}
</style>
border-color css
<style>
span { border-color: #34836F; }
span { border-color: rgb(52,131,111); }
td.TdClassName
{
border-color: #34836F;
}
.TagClassName
{
border-color: #34836F;
}
</style>