Shades of Fun Green #14683D
Tints of Fun Green #14683D
RGB
CMYK
RGB Variations
Color information
#14683D (or 0x14683D) is known color: Fun Green. HEX triplet: 14, 68 and 3D. RGB value is (20,104,61). Sum of RGB (Red+Green+Blue) = 20+104+61=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #14683D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14683D is #EB97C2. Grayscale: #4A4A4A. Windows color (decimal): -15439811 or 4024340. OLE color: 4024340.
HSL color Cylindrical-coordinate representation of color #14683D: hue angle of 149.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14683D is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 104 | 61 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.59 |
| HSL | 149.29º | 0.68% | 0.24% | - |
| HSV(B) | 149.29º | 0.81% | 0.41% | - |
| XYZ | 6.08 | 10.39 | 6.1 | - |
| YUV | 73.98 | 120.67 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 61 | 0.81 | 0 | 0.41 | 0.59 | 149.29 | 0.68 | 0.24 |
| Hex | 14 | 68 | 3D | 51 | 0 | 29 | 3B | 95 | 44 | 18 |
| Octal | 24 | 150 | 75 | 121 | 0 | 51 | 73 | 225 | 104 | 30 |
| Binary | 10100 | 1101000 | 111101 | 1010001 | 0 | 101001 | 111011 | 10010101 | 1000100 | 11000 |
Color Harmonies of #14683D
Complementary color
Monochromatic Colors of #14683D
Black with #14683D
Text Example
Text Example
White with #14683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14683D; }
p { color: rgb(20,104,61); }
H1.HeaderClassName
{
color: #14683D;
}
.AnyTagClassName
{
color: #14683D;
}
</style>
background-color css
<style>
a { background-color: #14683D; }
a { background-color: rgb(20,104,61); }
div.DivClassName
{
background-color: #14683D;
}
.BgClassName
{
background-color: #14683D;
}
</style>
border-color css
<style>
span { border-color: #14683D; }
span { border-color: rgb(20,104,61); }
td.TdClassName
{
border-color: #14683D;
}
.TagClassName
{
border-color: #14683D;
}
</style>