Shades of Elm #35827B
Tints of Elm #35827B
RGB
CMYK
RGB Variations
Color information
#35827B (or 0x35827B) is known color: Elm. HEX triplet: 35, 82 and 7B. RGB value is (53,130,123). Sum of RGB (Red+Green+Blue) = 53+130+123=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #35827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35827B is #CA7D84. Grayscale: #6A6A6A. Windows color (decimal): -13270405 or 8094261. OLE color: 8094261.
HSL color Cylindrical-coordinate representation of color #35827B: hue angle of 174.55º 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 #35827B is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 123 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.49 |
| HSL | 174.55º | 0.42% | 0.36% | - |
| HSV(B) | 174.55º | 0.59% | 0.51% | - |
| XYZ | 13.03 | 18.15 | 21.56 | - |
| YUV | 106.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 123 | 0.59 | 0 | 0.05 | 0.49 | 174.55 | 0.42 | 0.36 |
| Hex | 35 | 82 | 7B | 3B | 0 | 5 | 31 | AF | 2A | 24 |
| Octal | 65 | 202 | 173 | 73 | 0 | 5 | 61 | 257 | 52 | 44 |
| Binary | 110101 | 10000010 | 1111011 | 111011 | 0 | 101 | 110001 | 10101111 | 101010 | 100100 |
Color Harmonies of #35827B
Complementary color
Monochromatic Colors of #35827B
Black with #35827B
Text Example
Text Example
White with #35827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35827B; }
p { color: rgb(53,130,123); }
H1.HeaderClassName
{
color: #35827B;
}
.AnyTagClassName
{
color: #35827B;
}
</style>
background-color css
<style>
a { background-color: #35827B; }
a { background-color: rgb(53,130,123); }
div.DivClassName
{
background-color: #35827B;
}
.BgClassName
{
background-color: #35827B;
}
</style>
border-color css
<style>
span { border-color: #35827B; }
span { border-color: rgb(53,130,123); }
td.TdClassName
{
border-color: #35827B;
}
.TagClassName
{
border-color: #35827B;
}
</style>