Shades of Elm #34827B
Tints of Elm #34827B
RGB
CMYK
RGB Variations
Color information
#34827B (or 0x34827B) is known color: Elm. HEX triplet: 34, 82 and 7B. RGB value is (52,130,123). Sum of RGB (Red+Green+Blue) = 52+130+123=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #34827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34827B is #CB7D84. Grayscale: #696969. Windows color (decimal): -13335941 or 8094260. OLE color: 8094260.
HSL color Cylindrical-coordinate representation of color #34827B: hue angle of 174.62º 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 #34827B is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 123 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.49 |
| HSL | 174.62º | 0.43% | 0.36% | - |
| HSV(B) | 174.62º | 0.6% | 0.51% | - |
| XYZ | 12.97 | 18.13 | 21.55 | - |
| YUV | 105.88 | 137.66 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 123 | 0.60 | 0 | 0.05 | 0.49 | 174.62 | 0.43 | 0.36 |
| Hex | 34 | 82 | 7B | 3C | 0 | 5 | 31 | AF | 2B | 24 |
| Octal | 64 | 202 | 173 | 74 | 0 | 5 | 61 | 257 | 53 | 44 |
| Binary | 110100 | 10000010 | 1111011 | 111100 | 0 | 101 | 110001 | 10101111 | 101011 | 100100 |
Color Harmonies of #34827B
Complementary color
Monochromatic Colors of #34827B
Black with #34827B
Text Example
Text Example
White with #34827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34827B; }
p { color: rgb(52,130,123); }
H1.HeaderClassName
{
color: #34827B;
}
.AnyTagClassName
{
color: #34827B;
}
</style>
background-color css
<style>
a { background-color: #34827B; }
a { background-color: rgb(52,130,123); }
div.DivClassName
{
background-color: #34827B;
}
.BgClassName
{
background-color: #34827B;
}
</style>
border-color css
<style>
span { border-color: #34827B; }
span { border-color: rgb(52,130,123); }
td.TdClassName
{
border-color: #34827B;
}
.TagClassName
{
border-color: #34827B;
}
</style>