Shades of Elm #237069
Tints of Elm #237069
RGB
CMYK
RGB Variations
Color information
#237069 (or 0x237069) is known color: Elm. HEX triplet: 23, 70 and 69. RGB value is (35,112,105). Sum of RGB (Red+Green+Blue) = 35+112+105=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #237069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237069 is #DC8F96. Grayscale: #585858. Windows color (decimal): -14454679 or 6909987. OLE color: 6909987.
HSL color Cylindrical-coordinate representation of color #237069: hue angle of 174.55º degrees, saturation: 0.52, 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 #237069 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 112 | 105 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.56 |
| HSL | 174.55º | 0.52% | 0.29% | - |
| HSV(B) | 174.55º | 0.69% | 0.44% | - |
| XYZ | 9.04 | 12.97 | 15.39 | - |
| YUV | 88.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 112 | 105 | 0.69 | 0 | 0.06 | 0.56 | 174.55 | 0.52 | 0.29 |
| Hex | 23 | 70 | 69 | 45 | 0 | 6 | 38 | AF | 34 | 1D |
| Octal | 43 | 160 | 151 | 105 | 0 | 6 | 70 | 257 | 64 | 35 |
| Binary | 100011 | 1110000 | 1101001 | 1000101 | 0 | 110 | 111000 | 10101111 | 110100 | 11101 |
Color Harmonies of #237069
Complementary color
Monochromatic Colors of #237069
Black with #237069
Text Example
Text Example
White with #237069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237069; }
p { color: rgb(35,112,105); }
H1.HeaderClassName
{
color: #237069;
}
.AnyTagClassName
{
color: #237069;
}
</style>
background-color css
<style>
a { background-color: #237069; }
a { background-color: rgb(35,112,105); }
div.DivClassName
{
background-color: #237069;
}
.BgClassName
{
background-color: #237069;
}
</style>
border-color css
<style>
span { border-color: #237069; }
span { border-color: rgb(35,112,105); }
td.TdClassName
{
border-color: #237069;
}
.TagClassName
{
border-color: #237069;
}
</style>