Shades of Fun Green #196440
Tints of Fun Green #196440
RGB
CMYK
RGB Variations
Color information
#196440 (or 0x196440) is known color: Fun Green. HEX triplet: 19, 64 and 40. RGB value is (25,100,64). Sum of RGB (Red+Green+Blue) = 25+100+64=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 100 (39.45% from 255 or 52.91% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 100 - color contains mainly: green. Hex color #196440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196440 is #E69BBF. Grayscale: #494949. Windows color (decimal): -15113152 or 4219929. OLE color: 4219929.
HSL color Cylindrical-coordinate representation of color #196440: hue angle of 151.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196440 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 64 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.61 |
| HSL | 151.2º | 0.6% | 0.25% | - |
| HSV(B) | 151.2º | 0.75% | 0.39% | - |
| XYZ | 5.88 | 9.69 | 6.41 | - |
| YUV | 73.47 | 122.65 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 64 | 0.75 | 0 | 0.36 | 0.61 | 151.2 | 0.6 | 0.25 |
| Hex | 19 | 64 | 40 | 4B | 0 | 24 | 3D | 97 | 3C | 19 |
| Octal | 31 | 144 | 100 | 113 | 0 | 44 | 75 | 227 | 74 | 31 |
| Binary | 11001 | 1100100 | 1000000 | 1001011 | 0 | 100100 | 111101 | 10010111 | 111100 | 11001 |
Color Harmonies of #196440
Complementary color
Monochromatic Colors of #196440
Black with #196440
Text Example
Text Example
White with #196440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196440; }
p { color: rgb(25,100,64); }
H1.HeaderClassName
{
color: #196440;
}
.AnyTagClassName
{
color: #196440;
}
</style>
background-color css
<style>
a { background-color: #196440; }
a { background-color: rgb(25,100,64); }
div.DivClassName
{
background-color: #196440;
}
.BgClassName
{
background-color: #196440;
}
</style>
border-color css
<style>
span { border-color: #196440; }
span { border-color: rgb(25,100,64); }
td.TdClassName
{
border-color: #196440;
}
.TagClassName
{
border-color: #196440;
}
</style>