Shades of Elm #23837D
Tints of Elm #23837D
RGB
CMYK
RGB Variations
Color information
#23837D (or 0x23837D) is known color: Elm. HEX triplet: 23, 83 and 7D. RGB value is (35,131,125). Sum of RGB (Red+Green+Blue) = 35+131+125=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 131 - color contains mainly: green. Hex color #23837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23837D is #DC7C82. Grayscale: #656565. Windows color (decimal): -14449795 or 8225571. OLE color: 8225571.
HSL color Cylindrical-coordinate representation of color #23837D: hue angle of 176.25º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23837D is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 131 | 125 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.49 |
| HSL | 176.25º | 0.58% | 0.33% | - |
| HSV(B) | 176.25º | 0.73% | 0.51% | - |
| XYZ | 12.51 | 18.07 | 22.23 | - |
| YUV | 101.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 131 | 125 | 0.73 | 0 | 0.05 | 0.49 | 176.25 | 0.58 | 0.33 |
| Hex | 23 | 83 | 7D | 49 | 0 | 5 | 31 | B0 | 3A | 21 |
| Octal | 43 | 203 | 175 | 111 | 0 | 5 | 61 | 260 | 72 | 41 |
| Binary | 100011 | 10000011 | 1111101 | 1001001 | 0 | 101 | 110001 | 10110000 | 111010 | 100001 |
Color Harmonies of #23837D
Complementary color
Monochromatic Colors of #23837D
Black with #23837D
Text Example
Text Example
White with #23837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23837D; }
p { color: rgb(35,131,125); }
H1.HeaderClassName
{
color: #23837D;
}
.AnyTagClassName
{
color: #23837D;
}
</style>
background-color css
<style>
a { background-color: #23837D; }
a { background-color: rgb(35,131,125); }
div.DivClassName
{
background-color: #23837D;
}
.BgClassName
{
background-color: #23837D;
}
</style>
border-color css
<style>
span { border-color: #23837D; }
span { border-color: rgb(35,131,125); }
td.TdClassName
{
border-color: #23837D;
}
.TagClassName
{
border-color: #23837D;
}
</style>