Shades of Elm #35827A
Tints of Elm #35827A
RGB
CMYK
RGB Variations
Color information
#35827A (or 0x35827A) is known color: Elm. HEX triplet: 35, 82 and 7A. RGB value is (53,130,122). Sum of RGB (Red+Green+Blue) = 53+130+122=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #35827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35827A is #CA7D85. Grayscale: #6A6A6A. Windows color (decimal): -13270406 or 8028725. OLE color: 8028725.
HSL color Cylindrical-coordinate representation of color #35827A: hue angle of 173.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35827A is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 122 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.49 |
| HSL | 173.77º | 0.42% | 0.36% | - |
| HSV(B) | 173.77º | 0.59% | 0.51% | - |
| XYZ | 12.96 | 18.13 | 21.23 | - |
| YUV | 106.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 122 | 0.59 | 0 | 0.06 | 0.49 | 173.77 | 0.42 | 0.36 |
| Hex | 35 | 82 | 7A | 3B | 0 | 6 | 31 | AE | 2A | 24 |
| Octal | 65 | 202 | 172 | 73 | 0 | 6 | 61 | 256 | 52 | 44 |
| Binary | 110101 | 10000010 | 1111010 | 111011 | 0 | 110 | 110001 | 10101110 | 101010 | 100100 |
Color Harmonies of #35827A
Complementary color
Monochromatic Colors of #35827A
Black with #35827A
Text Example
Text Example
White with #35827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35827A; }
p { color: rgb(53,130,122); }
H1.HeaderClassName
{
color: #35827A;
}
.AnyTagClassName
{
color: #35827A;
}
</style>
background-color css
<style>
a { background-color: #35827A; }
a { background-color: rgb(53,130,122); }
div.DivClassName
{
background-color: #35827A;
}
.BgClassName
{
background-color: #35827A;
}
</style>
border-color css
<style>
span { border-color: #35827A; }
span { border-color: rgb(53,130,122); }
td.TdClassName
{
border-color: #35827A;
}
.TagClassName
{
border-color: #35827A;
}
</style>