Shades of Green Waterloo #232509
Tints of Green Waterloo #232509
RGB
CMYK
RGB Variations
Color information
#232509 (or 0x232509) is known color: Green Waterloo. HEX triplet: 23, 25 and 09. RGB value is (35,37,9). Sum of RGB (Red+Green+Blue) = 35+37+9=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #232509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232509 is #DCDAF6. Grayscale: #212121. Windows color (decimal): -14473975 or 599331. OLE color: 599331.
HSL color Cylindrical-coordinate representation of color #232509: hue angle of 64.29º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #232509 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 37 | 9 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.85 |
| HSL | 64.29º | 0.61% | 0.09% | - |
| HSV(B) | 64.29º | 0.76% | 0.15% | - |
| XYZ | 1.4 | 1.7 | 0.51 | - |
| YUV | 33.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 9 | 0.05 | 0 | 0.76 | 0.85 | 64.29 | 0.61 | 0.09 |
| Hex | 23 | 25 | 9 | 5 | 0 | 4C | 55 | 40 | 3D | 9 |
| Octal | 43 | 45 | 11 | 5 | 0 | 114 | 125 | 100 | 75 | 11 |
| Binary | 100011 | 100101 | 1001 | 101 | 0 | 1001100 | 1010101 | 1000000 | 111101 | 1001 |
Color Harmonies of #232509
Complementary color
Monochromatic Colors of #232509
Black with #232509
Text Example
Text Example
White with #232509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232509; }
p { color: rgb(35,37,9); }
H1.HeaderClassName
{
color: #232509;
}
.AnyTagClassName
{
color: #232509;
}
</style>
background-color css
<style>
a { background-color: #232509; }
a { background-color: rgb(35,37,9); }
div.DivClassName
{
background-color: #232509;
}
.BgClassName
{
background-color: #232509;
}
</style>
border-color css
<style>
span { border-color: #232509; }
span { border-color: rgb(35,37,9); }
td.TdClassName
{
border-color: #232509;
}
.TagClassName
{
border-color: #232509;
}
</style>