Shades of Elm #238677
Tints of Elm #238677
RGB
CMYK
RGB Variations
Color information
#238677 (or 0x238677) is known color: Elm. HEX triplet: 23, 86 and 77. RGB value is (35,134,119). Sum of RGB (Red+Green+Blue) = 35+134+119=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #238677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238677 is #DC7988. Grayscale: #666666. Windows color (decimal): -14449033 or 7833123. OLE color: 7833123.
HSL color Cylindrical-coordinate representation of color #238677: hue angle of 170.91º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238677 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 134 | 119 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.47 |
| HSL | 170.91º | 0.59% | 0.33% | - |
| HSV(B) | 170.91º | 0.74% | 0.53% | - |
| XYZ | 12.55 | 18.74 | 20.41 | - |
| YUV | 102.69 | 137.2 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 119 | 0.74 | 0 | 0.11 | 0.47 | 170.91 | 0.59 | 0.33 |
| Hex | 23 | 86 | 77 | 4A | 0 | B | 2F | AB | 3B | 21 |
| Octal | 43 | 206 | 167 | 112 | 0 | 13 | 57 | 253 | 73 | 41 |
| Binary | 100011 | 10000110 | 1110111 | 1001010 | 0 | 1011 | 101111 | 10101011 | 111011 | 100001 |
Color Harmonies of #238677
Complementary color
Monochromatic Colors of #238677
Black with #238677
Text Example
Text Example
White with #238677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238677; }
p { color: rgb(35,134,119); }
H1.HeaderClassName
{
color: #238677;
}
.AnyTagClassName
{
color: #238677;
}
</style>
background-color css
<style>
a { background-color: #238677; }
a { background-color: rgb(35,134,119); }
div.DivClassName
{
background-color: #238677;
}
.BgClassName
{
background-color: #238677;
}
</style>
border-color css
<style>
span { border-color: #238677; }
span { border-color: rgb(35,134,119); }
td.TdClassName
{
border-color: #238677;
}
.TagClassName
{
border-color: #238677;
}
</style>