Shades of Fun Green #14643B
Tints of Fun Green #14643B
RGB
CMYK
RGB Variations
Color information
#14643B (or 0x14643B) is known color: Fun Green. HEX triplet: 14, 64 and 3B. RGB value is (20,100,59). Sum of RGB (Red+Green+Blue) = 20+100+59=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 100 (39.45% from 255 or 55.87% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 100 - color contains mainly: green. Hex color #14643B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14643B is #EB9BC4. Grayscale: #474747. Windows color (decimal): -15440837 or 3892244. OLE color: 3892244.
HSL color Cylindrical-coordinate representation of color #14643B: hue angle of 149.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14643B is Cyan = 0.8, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 59 | - |
| CMYK | 0.8 | 0 | 0.41 | 0.61 |
| HSL | 149.25º | 0.67% | 0.24% | - |
| HSV(B) | 149.25º | 0.8% | 0.39% | - |
| XYZ | 5.64 | 9.58 | 5.69 | - |
| YUV | 71.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 59 | 0.8 | 0 | 0.41 | 0.61 | 149.25 | 0.67 | 0.24 |
| Hex | 14 | 64 | 3B | 50 | 0 | 29 | 3D | 95 | 43 | 18 |
| Octal | 24 | 144 | 73 | 120 | 0 | 51 | 75 | 225 | 103 | 30 |
| Binary | 10100 | 1100100 | 111011 | 1010000 | 0 | 101001 | 111101 | 10010101 | 1000011 | 11000 |
Color Harmonies of #14643B
Complementary color
Monochromatic Colors of #14643B
Black with #14643B
Text Example
Text Example
White with #14643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14643B; }
p { color: rgb(20,100,59); }
H1.HeaderClassName
{
color: #14643B;
}
.AnyTagClassName
{
color: #14643B;
}
</style>
background-color css
<style>
a { background-color: #14643B; }
a { background-color: rgb(20,100,59); }
div.DivClassName
{
background-color: #14643B;
}
.BgClassName
{
background-color: #14643B;
}
</style>
border-color css
<style>
span { border-color: #14643B; }
span { border-color: rgb(20,100,59); }
td.TdClassName
{
border-color: #14643B;
}
.TagClassName
{
border-color: #14643B;
}
</style>