Shades of Green Waterloo #232609
Tints of Green Waterloo #232609
RGB
CMYK
RGB Variations
Color information
#232609 (or 0x232609) is known color: Green Waterloo. HEX triplet: 23, 26 and 09. RGB value is (35,38,9). Sum of RGB (Red+Green+Blue) = 35+38+9=82 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.68% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #232609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232609 is #DCD9F6. Grayscale: #212121. Windows color (decimal): -14473719 or 599587. OLE color: 599587.
HSL color Cylindrical-coordinate representation of color #232609: hue angle of 66.21º degrees, saturation: 0.62, 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 #232609 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 38 | 9 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.85 |
| HSL | 66.21º | 0.62% | 0.09% | - |
| HSV(B) | 66.21º | 0.76% | 0.15% | - |
| XYZ | 1.44 | 1.76 | 0.52 | - |
| YUV | 33.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 9 | 0.08 | 0 | 0.76 | 0.85 | 66.21 | 0.62 | 0.09 |
| Hex | 23 | 26 | 9 | 8 | 0 | 4C | 55 | 42 | 3E | 9 |
| Octal | 43 | 46 | 11 | 10 | 0 | 114 | 125 | 102 | 76 | 11 |
| Binary | 100011 | 100110 | 1001 | 1000 | 0 | 1001100 | 1010101 | 1000010 | 111110 | 1001 |
Color Harmonies of #232609
Complementary color
Monochromatic Colors of #232609
Black with #232609
Text Example
Text Example
White with #232609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232609; }
p { color: rgb(35,38,9); }
H1.HeaderClassName
{
color: #232609;
}
.AnyTagClassName
{
color: #232609;
}
</style>
background-color css
<style>
a { background-color: #232609; }
a { background-color: rgb(35,38,9); }
div.DivClassName
{
background-color: #232609;
}
.BgClassName
{
background-color: #232609;
}
</style>
border-color css
<style>
span { border-color: #232609; }
span { border-color: rgb(35,38,9); }
td.TdClassName
{
border-color: #232609;
}
.TagClassName
{
border-color: #232609;
}
</style>