Shades of Elm #21736C
Tints of Elm #21736C
RGB
CMYK
RGB Variations
Color information
#21736C (or 0x21736C) is known color: Elm. HEX triplet: 21, 73 and 6C. RGB value is (33,115,108). Sum of RGB (Red+Green+Blue) = 33+115+108=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #21736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21736C is #DE8C93. Grayscale: #595959. Windows color (decimal): -14584980 or 7107361. OLE color: 7107361.
HSL color Cylindrical-coordinate representation of color #21736C: hue angle of 174.88º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21736C is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 108 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.55 |
| HSL | 174.88º | 0.55% | 0.29% | - |
| HSV(B) | 174.88º | 0.71% | 0.45% | - |
| XYZ | 9.46 | 13.67 | 16.33 | - |
| YUV | 89.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 108 | 0.71 | 0 | 0.06 | 0.55 | 174.88 | 0.55 | 0.29 |
| Hex | 21 | 73 | 6C | 47 | 0 | 6 | 37 | AF | 37 | 1D |
| Octal | 41 | 163 | 154 | 107 | 0 | 6 | 67 | 257 | 67 | 35 |
| Binary | 100001 | 1110011 | 1101100 | 1000111 | 0 | 110 | 110111 | 10101111 | 110111 | 11101 |
Color Harmonies of #21736C
Complementary color
Monochromatic Colors of #21736C
Black with #21736C
Text Example
Text Example
White with #21736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21736C; }
p { color: rgb(33,115,108); }
H1.HeaderClassName
{
color: #21736C;
}
.AnyTagClassName
{
color: #21736C;
}
</style>
background-color css
<style>
a { background-color: #21736C; }
a { background-color: rgb(33,115,108); }
div.DivClassName
{
background-color: #21736C;
}
.BgClassName
{
background-color: #21736C;
}
</style>
border-color css
<style>
span { border-color: #21736C; }
span { border-color: rgb(33,115,108); }
td.TdClassName
{
border-color: #21736C;
}
.TagClassName
{
border-color: #21736C;
}
</style>