Shades of Green Waterloo #24260C
Tints of Green Waterloo #24260C
RGB
CMYK
RGB Variations
Color information
#24260C (or 0x24260C) is known color: Green Waterloo. HEX triplet: 24, 26 and 0C. RGB value is (36,38,12). Sum of RGB (Red+Green+Blue) = 36+38+12=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 38 - color contains mainly: green. Hex color #24260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24260C is #DBD9F3. Grayscale: #222222. Windows color (decimal): -14408180 or 796196. OLE color: 796196.
HSL color Cylindrical-coordinate representation of color #24260C: hue angle of 64.62º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24260C is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 36 | 38 | 12 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.85 |
| HSL | 64.62º | 0.52% | 0.1% | - |
| HSV(B) | 64.62º | 0.68% | 0.15% | - |
| XYZ | 1.49 | 1.79 | 0.61 | - |
| YUV | 34.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 12 | 0.05 | 0 | 0.68 | 0.85 | 64.62 | 0.52 | 0.1 |
| Hex | 24 | 26 | C | 5 | 0 | 44 | 55 | 41 | 34 | A |
| Octal | 44 | 46 | 14 | 5 | 0 | 104 | 125 | 101 | 64 | 12 |
| Binary | 100100 | 100110 | 1100 | 101 | 0 | 1000100 | 1010101 | 1000001 | 110100 | 1010 |
Color Harmonies of #24260C
Complementary color
Monochromatic Colors of #24260C
Black with #24260C
Text Example
Text Example
White with #24260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24260C; }
p { color: rgb(36,38,12); }
H1.HeaderClassName
{
color: #24260C;
}
.AnyTagClassName
{
color: #24260C;
}
</style>
background-color css
<style>
a { background-color: #24260C; }
a { background-color: rgb(36,38,12); }
div.DivClassName
{
background-color: #24260C;
}
.BgClassName
{
background-color: #24260C;
}
</style>
border-color css
<style>
span { border-color: #24260C; }
span { border-color: rgb(36,38,12); }
td.TdClassName
{
border-color: #24260C;
}
.TagClassName
{
border-color: #24260C;
}
</style>