Shades of Green Waterloo #232506
Tints of Green Waterloo #232506
RGB
CMYK
RGB Variations
Color information
#232506 (or 0x232506) is known color: Green Waterloo. HEX triplet: 23, 25 and 06. RGB value is (35,37,6). Sum of RGB (Red+Green+Blue) = 35+37+6=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #232506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232506 is #DCDAF9. Grayscale: #202020. Windows color (decimal): -14473978 or 402723. OLE color: 402723.
HSL color Cylindrical-coordinate representation of color #232506: hue angle of 63.87º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232506 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 35 | 37 | 6 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.85 |
| HSL | 63.87º | 0.72% | 0.08% | - |
| HSV(B) | 63.87º | 0.84% | 0.15% | - |
| XYZ | 1.39 | 1.69 | 0.43 | - |
| YUV | 32.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 6 | 0.05 | 0 | 0.84 | 0.85 | 63.87 | 0.72 | 0.08 |
| Hex | 23 | 25 | 6 | 5 | 0 | 54 | 55 | 40 | 48 | 8 |
| Octal | 43 | 45 | 6 | 5 | 0 | 124 | 125 | 100 | 110 | 10 |
| Binary | 100011 | 100101 | 110 | 101 | 0 | 1010100 | 1010101 | 1000000 | 1001000 | 1000 |
Color Harmonies of #232506
Complementary color
Monochromatic Colors of #232506
Black with #232506
Text Example
Text Example
White with #232506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232506; }
p { color: rgb(35,37,6); }
H1.HeaderClassName
{
color: #232506;
}
.AnyTagClassName
{
color: #232506;
}
</style>
background-color css
<style>
a { background-color: #232506; }
a { background-color: rgb(35,37,6); }
div.DivClassName
{
background-color: #232506;
}
.BgClassName
{
background-color: #232506;
}
</style>
border-color css
<style>
span { border-color: #232506; }
span { border-color: rgb(35,37,6); }
td.TdClassName
{
border-color: #232506;
}
.TagClassName
{
border-color: #232506;
}
</style>