Shades of Green #146408
Tints of Green #146408
RGB
CMYK
RGB Variations
Color information
#146408 (or 0x146408) is known color: Green. HEX triplet: 14, 64 and 08. RGB value is (20,100,8). Sum of RGB (Red+Green+Blue) = 20+100+8=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 100 (39.45% from 255 or 78.12% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 100 - color contains mainly: green. Hex color #146408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146408 is #EB9BF7. Grayscale: #414141. Windows color (decimal): -15440888 or 549908. OLE color: 549908.
HSL color Cylindrical-coordinate representation of color #146408: hue angle of 112.17º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146408 is Cyan = 0.8, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 8 | - |
| CMYK | 0.8 | 0 | 0.92 | 0.61 |
| HSL | 112.17º | 0.85% | 0.21% | - |
| HSV(B) | 112.17º | 0.92% | 0.39% | - |
| XYZ | 4.89 | 9.28 | 1.76 | - |
| YUV | 65.59 | 95.5 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 8 | 0.8 | 0 | 0.92 | 0.61 | 112.17 | 0.85 | 0.21 |
| Hex | 14 | 64 | 8 | 50 | 0 | 5C | 3D | 70 | 55 | 15 |
| Octal | 24 | 144 | 10 | 120 | 0 | 134 | 75 | 160 | 125 | 25 |
| Binary | 10100 | 1100100 | 1000 | 1010000 | 0 | 1011100 | 111101 | 1110000 | 1010101 | 10101 |
Color Harmonies of #146408
Complementary color
Monochromatic Colors of #146408
Black with #146408
Text Example
Text Example
White with #146408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146408; }
p { color: rgb(20,100,8); }
H1.HeaderClassName
{
color: #146408;
}
.AnyTagClassName
{
color: #146408;
}
</style>
background-color css
<style>
a { background-color: #146408; }
a { background-color: rgb(20,100,8); }
div.DivClassName
{
background-color: #146408;
}
.BgClassName
{
background-color: #146408;
}
</style>
border-color css
<style>
span { border-color: #146408; }
span { border-color: rgb(20,100,8); }
td.TdClassName
{
border-color: #146408;
}
.TagClassName
{
border-color: #146408;
}
</style>