Shades of Elm #23716B
Tints of Elm #23716B
RGB
CMYK
RGB Variations
Color information
#23716B (or 0x23716B) is known color: Elm. HEX triplet: 23, 71 and 6B. RGB value is (35,113,107). Sum of RGB (Red+Green+Blue) = 35+113+107=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #23716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23716B is #DC8E94. Grayscale: #585858. Windows color (decimal): -14454421 or 7041315. OLE color: 7041315.
HSL color Cylindrical-coordinate representation of color #23716B: hue angle of 175.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #23716B is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 113 | 107 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.56 |
| HSL | 175.38º | 0.53% | 0.29% | - |
| HSV(B) | 175.38º | 0.69% | 0.44% | - |
| XYZ | 9.25 | 13.23 | 15.98 | - |
| YUV | 88.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 113 | 107 | 0.69 | 0 | 0.05 | 0.56 | 175.38 | 0.53 | 0.29 |
| Hex | 23 | 71 | 6B | 45 | 0 | 5 | 38 | AF | 35 | 1D |
| Octal | 43 | 161 | 153 | 105 | 0 | 5 | 70 | 257 | 65 | 35 |
| Binary | 100011 | 1110001 | 1101011 | 1000101 | 0 | 101 | 111000 | 10101111 | 110101 | 11101 |
Color Harmonies of #23716B
Complementary color
Monochromatic Colors of #23716B
Black with #23716B
Text Example
Text Example
White with #23716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23716B; }
p { color: rgb(35,113,107); }
H1.HeaderClassName
{
color: #23716B;
}
.AnyTagClassName
{
color: #23716B;
}
</style>
background-color css
<style>
a { background-color: #23716B; }
a { background-color: rgb(35,113,107); }
div.DivClassName
{
background-color: #23716B;
}
.BgClassName
{
background-color: #23716B;
}
</style>
border-color css
<style>
span { border-color: #23716B; }
span { border-color: rgb(35,113,107); }
td.TdClassName
{
border-color: #23716B;
}
.TagClassName
{
border-color: #23716B;
}
</style>