Shades of Genoa #34725F
Tints of Genoa #34725F
RGB
CMYK
RGB Variations
Color information
#34725F (or 0x34725F) is known color: Genoa. HEX triplet: 34, 72 and 5F. RGB value is (52,114,95). Sum of RGB (Red+Green+Blue) = 52+114+95=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #34725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34725F is #CB8DA0. Grayscale: #5D5D5D. Windows color (decimal): -13340065 or 6255156. OLE color: 6255156.
HSL color Cylindrical-coordinate representation of color #34725F: hue angle of 161.61º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34725F is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 114 | 95 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.55 |
| HSL | 161.61º | 0.37% | 0.33% | - |
| HSV(B) | 161.61º | 0.54% | 0.45% | - |
| XYZ | 9.5 | 13.59 | 12.95 | - |
| YUV | 93.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 114 | 95 | 0.54 | 0 | 0.17 | 0.55 | 161.61 | 0.37 | 0.33 |
| Hex | 34 | 72 | 5F | 36 | 0 | 11 | 37 | A2 | 25 | 21 |
| Octal | 64 | 162 | 137 | 66 | 0 | 21 | 67 | 242 | 45 | 41 |
| Binary | 110100 | 1110010 | 1011111 | 110110 | 0 | 10001 | 110111 | 10100010 | 100101 | 100001 |
Color Harmonies of #34725F
Complementary color
Monochromatic Colors of #34725F
Black with #34725F
Text Example
Text Example
White with #34725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34725F; }
p { color: rgb(52,114,95); }
H1.HeaderClassName
{
color: #34725F;
}
.AnyTagClassName
{
color: #34725F;
}
</style>
background-color css
<style>
a { background-color: #34725F; }
a { background-color: rgb(52,114,95); }
div.DivClassName
{
background-color: #34725F;
}
.BgClassName
{
background-color: #34725F;
}
</style>
border-color css
<style>
span { border-color: #34725F; }
span { border-color: rgb(52,114,95); }
td.TdClassName
{
border-color: #34725F;
}
.TagClassName
{
border-color: #34725F;
}
</style>