Shades of Fun Green #146041
Tints of Fun Green #146041
RGB
CMYK
RGB Variations
Color information
#146041 (or 0x146041) is known color: Fun Green. HEX triplet: 14, 60 and 41. RGB value is (20,96,65). Sum of RGB (Red+Green+Blue) = 20+96+65=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #146041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146041 is #EB9FBE. Grayscale: #454545. Windows color (decimal): -15441855 or 4284436. OLE color: 4284436.
HSL color Cylindrical-coordinate representation of color #146041: hue angle of 155.53º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146041 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 96 | 65 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.62 |
| HSL | 155.53º | 0.66% | 0.23% | - |
| HSV(B) | 155.53º | 0.79% | 0.38% | - |
| XYZ | 5.43 | 8.9 | 6.43 | - |
| YUV | 69.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 65 | 0.79 | 0 | 0.32 | 0.62 | 155.53 | 0.66 | 0.23 |
| Hex | 14 | 60 | 41 | 4F | 0 | 20 | 3E | 9C | 42 | 17 |
| Octal | 24 | 140 | 101 | 117 | 0 | 40 | 76 | 234 | 102 | 27 |
| Binary | 10100 | 1100000 | 1000001 | 1001111 | 0 | 100000 | 111110 | 10011100 | 1000010 | 10111 |
Color Harmonies of #146041
Complementary color
Monochromatic Colors of #146041
Black with #146041
Text Example
Text Example
White with #146041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146041; }
p { color: rgb(20,96,65); }
H1.HeaderClassName
{
color: #146041;
}
.AnyTagClassName
{
color: #146041;
}
</style>
background-color css
<style>
a { background-color: #146041; }
a { background-color: rgb(20,96,65); }
div.DivClassName
{
background-color: #146041;
}
.BgClassName
{
background-color: #146041;
}
</style>
border-color css
<style>
span { border-color: #146041; }
span { border-color: rgb(20,96,65); }
td.TdClassName
{
border-color: #146041;
}
.TagClassName
{
border-color: #146041;
}
</style>