Shades of Genoa #348373
Tints of Genoa #348373
RGB
CMYK
RGB Variations
Color information
#348373 (or 0x348373) is known color: Genoa. HEX triplet: 34, 83 and 73. RGB value is (52,131,115). Sum of RGB (Red+Green+Blue) = 52+131+115=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #348373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348373 is #CB7C8C. Grayscale: #696969. Windows color (decimal): -13335693 or 7570228. OLE color: 7570228.
HSL color Cylindrical-coordinate representation of color #348373: hue angle of 167.85º 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 #348373 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 131 | 115 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.49 |
| HSL | 167.85º | 0.43% | 0.36% | - |
| HSV(B) | 167.85º | 0.6% | 0.51% | - |
| XYZ | 12.63 | 18.2 | 19.07 | - |
| YUV | 105.56 | 133.33 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 131 | 115 | 0.60 | 0 | 0.12 | 0.49 | 167.85 | 0.43 | 0.36 |
| Hex | 34 | 83 | 73 | 3C | 0 | C | 31 | A8 | 2B | 24 |
| Octal | 64 | 203 | 163 | 74 | 0 | 14 | 61 | 250 | 53 | 44 |
| Binary | 110100 | 10000011 | 1110011 | 111100 | 0 | 1100 | 110001 | 10101000 | 101011 | 100100 |
Color Harmonies of #348373
Complementary color
Monochromatic Colors of #348373
Black with #348373
Text Example
Text Example
White with #348373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348373; }
p { color: rgb(52,131,115); }
H1.HeaderClassName
{
color: #348373;
}
.AnyTagClassName
{
color: #348373;
}
</style>
background-color css
<style>
a { background-color: #348373; }
a { background-color: rgb(52,131,115); }
div.DivClassName
{
background-color: #348373;
}
.BgClassName
{
background-color: #348373;
}
</style>
border-color css
<style>
span { border-color: #348373; }
span { border-color: rgb(52,131,115); }
td.TdClassName
{
border-color: #348373;
}
.TagClassName
{
border-color: #348373;
}
</style>