Shades of Fun Green #14673A
Tints of Fun Green #14673A
RGB
CMYK
RGB Variations
Color information
#14673A (or 0x14673A) is known color: Fun Green. HEX triplet: 14, 67 and 3A. RGB value is (20,103,58). Sum of RGB (Red+Green+Blue) = 20+103+58=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #14673A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14673A is #EB98C5. Grayscale: #494949. Windows color (decimal): -15440070 or 3827476. OLE color: 3827476.
HSL color Cylindrical-coordinate representation of color #14673A: hue angle of 147.47º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14673A is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 103 | 58 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.60 |
| HSL | 147.47º | 0.67% | 0.24% | - |
| HSV(B) | 147.47º | 0.81% | 0.4% | - |
| XYZ | 5.9 | 10.15 | 5.65 | - |
| YUV | 73.05 | 119.5 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 58 | 0.81 | 0 | 0.44 | 0.60 | 147.47 | 0.67 | 0.24 |
| Hex | 14 | 67 | 3A | 51 | 0 | 2C | 3C | 93 | 43 | 18 |
| Octal | 24 | 147 | 72 | 121 | 0 | 54 | 74 | 223 | 103 | 30 |
| Binary | 10100 | 1100111 | 111010 | 1010001 | 0 | 101100 | 111100 | 10010011 | 1000011 | 11000 |
Color Harmonies of #14673A
Complementary color
Monochromatic Colors of #14673A
Black with #14673A
Text Example
Text Example
White with #14673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14673A; }
p { color: rgb(20,103,58); }
H1.HeaderClassName
{
color: #14673A;
}
.AnyTagClassName
{
color: #14673A;
}
</style>
background-color css
<style>
a { background-color: #14673A; }
a { background-color: rgb(20,103,58); }
div.DivClassName
{
background-color: #14673A;
}
.BgClassName
{
background-color: #14673A;
}
</style>
border-color css
<style>
span { border-color: #14673A; }
span { border-color: rgb(20,103,58); }
td.TdClassName
{
border-color: #14673A;
}
.TagClassName
{
border-color: #14673A;
}
</style>