Shades of Fun Green #146536
Tints of Fun Green #146536
RGB
CMYK
RGB Variations
Color information
#146536 (or 0x146536) is known color: Fun Green. HEX triplet: 14, 65 and 36. RGB value is (20,101,54). Sum of RGB (Red+Green+Blue) = 20+101+54=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 101 (39.84% from 255 or 57.71% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 101 - color contains mainly: green. Hex color #146536 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146536 is #EB9AC9. Grayscale: #474747. Windows color (decimal): -15440586 or 3564820. OLE color: 3564820.
HSL color Cylindrical-coordinate representation of color #146536: hue angle of 145.19º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146536 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 101 | 54 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.60 |
| HSL | 145.19º | 0.67% | 0.24% | - |
| HSV(B) | 145.19º | 0.8% | 0.4% | - |
| XYZ | 5.61 | 9.72 | 5.07 | - |
| YUV | 71.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 54 | 0.80 | 0 | 0.47 | 0.60 | 145.19 | 0.67 | 0.24 |
| Hex | 14 | 65 | 36 | 50 | 0 | 2F | 3C | 91 | 43 | 18 |
| Octal | 24 | 145 | 66 | 120 | 0 | 57 | 74 | 221 | 103 | 30 |
| Binary | 10100 | 1100101 | 110110 | 1010000 | 0 | 101111 | 111100 | 10010001 | 1000011 | 11000 |
Color Harmonies of #146536
Complementary color
Monochromatic Colors of #146536
Black with #146536
Text Example
Text Example
White with #146536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146536; }
p { color: rgb(20,101,54); }
H1.HeaderClassName
{
color: #146536;
}
.AnyTagClassName
{
color: #146536;
}
</style>
background-color css
<style>
a { background-color: #146536; }
a { background-color: rgb(20,101,54); }
div.DivClassName
{
background-color: #146536;
}
.BgClassName
{
background-color: #146536;
}
</style>
border-color css
<style>
span { border-color: #146536; }
span { border-color: rgb(20,101,54); }
td.TdClassName
{
border-color: #146536;
}
.TagClassName
{
border-color: #146536;
}
</style>