Shades of Elm #36827A
Tints of Elm #36827A
RGB
CMYK
RGB Variations
Color information
#36827A (or 0x36827A) is known color: Elm. HEX triplet: 36, 82 and 7A. RGB value is (54,130,122). Sum of RGB (Red+Green+Blue) = 54+130+122=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #36827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36827A is #C97D85. Grayscale: #6A6A6A. Windows color (decimal): -13204870 or 8028726. OLE color: 8028726.
HSL color Cylindrical-coordinate representation of color #36827A: hue angle of 173.68º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36827A is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 130 | 122 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.49 |
| HSL | 173.68º | 0.41% | 0.36% | - |
| HSV(B) | 173.68º | 0.58% | 0.51% | - |
| XYZ | 13.02 | 18.15 | 21.23 | - |
| YUV | 106.36 | 136.82 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 130 | 122 | 0.58 | 0 | 0.06 | 0.49 | 173.68 | 0.41 | 0.36 |
| Hex | 36 | 82 | 7A | 3A | 0 | 6 | 31 | AE | 29 | 24 |
| Octal | 66 | 202 | 172 | 72 | 0 | 6 | 61 | 256 | 51 | 44 |
| Binary | 110110 | 10000010 | 1111010 | 111010 | 0 | 110 | 110001 | 10101110 | 101001 | 100100 |
Color Harmonies of #36827A
Complementary color
Monochromatic Colors of #36827A
Black with #36827A
Text Example
Text Example
White with #36827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36827A; }
p { color: rgb(54,130,122); }
H1.HeaderClassName
{
color: #36827A;
}
.AnyTagClassName
{
color: #36827A;
}
</style>
background-color css
<style>
a { background-color: #36827A; }
a { background-color: rgb(54,130,122); }
div.DivClassName
{
background-color: #36827A;
}
.BgClassName
{
background-color: #36827A;
}
</style>
border-color css
<style>
span { border-color: #36827A; }
span { border-color: rgb(54,130,122); }
td.TdClassName
{
border-color: #36827A;
}
.TagClassName
{
border-color: #36827A;
}
</style>