Shades of Elm #34827A
Tints of Elm #34827A
RGB
CMYK
RGB Variations
Color information
#34827A (or 0x34827A) is known color: Elm. HEX triplet: 34, 82 and 7A. RGB value is (52,130,122). Sum of RGB (Red+Green+Blue) = 52+130+122=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #34827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34827A is #CB7D85. Grayscale: #696969. Windows color (decimal): -13335942 or 8028724. OLE color: 8028724.
HSL color Cylindrical-coordinate representation of color #34827A: hue angle of 173.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 #34827A is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 122 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.49 |
| HSL | 173.85º | 0.43% | 0.36% | - |
| HSV(B) | 173.85º | 0.6% | 0.51% | - |
| XYZ | 12.91 | 18.1 | 21.23 | - |
| YUV | 105.77 | 137.16 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 122 | 0.60 | 0 | 0.06 | 0.49 | 173.85 | 0.43 | 0.36 |
| Hex | 34 | 82 | 7A | 3C | 0 | 6 | 31 | AE | 2B | 24 |
| Octal | 64 | 202 | 172 | 74 | 0 | 6 | 61 | 256 | 53 | 44 |
| Binary | 110100 | 10000010 | 1111010 | 111100 | 0 | 110 | 110001 | 10101110 | 101011 | 100100 |
Color Harmonies of #34827A
Complementary color
Monochromatic Colors of #34827A
Black with #34827A
Text Example
Text Example
White with #34827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34827A; }
p { color: rgb(52,130,122); }
H1.HeaderClassName
{
color: #34827A;
}
.AnyTagClassName
{
color: #34827A;
}
</style>
background-color css
<style>
a { background-color: #34827A; }
a { background-color: rgb(52,130,122); }
div.DivClassName
{
background-color: #34827A;
}
.BgClassName
{
background-color: #34827A;
}
</style>
border-color css
<style>
span { border-color: #34827A; }
span { border-color: rgb(52,130,122); }
td.TdClassName
{
border-color: #34827A;
}
.TagClassName
{
border-color: #34827A;
}
</style>