Shades of Fun Green #14653D
Tints of Fun Green #14653D
RGB
CMYK
RGB Variations
Color information
#14653D (or 0x14653D) is known color: Fun Green. HEX triplet: 14, 65 and 3D. RGB value is (20,101,61). Sum of RGB (Red+Green+Blue) = 20+101+61=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #14653D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14653D is #EB9AC2. Grayscale: #484848. Windows color (decimal): -15440579 or 4023572. OLE color: 4023572.
HSL color Cylindrical-coordinate representation of color #14653D: hue angle of 150.37º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14653D is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 20 | 101 | 61 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.60 |
| HSL | 150.37º | 0.67% | 0.24% | - |
| HSV(B) | 150.37º | 0.8% | 0.4% | - |
| XYZ | 5.78 | 9.79 | 6 | - |
| YUV | 72.22 | 121.66 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 61 | 0.80 | 0 | 0.40 | 0.60 | 150.37 | 0.67 | 0.24 |
| Hex | 14 | 65 | 3D | 50 | 0 | 28 | 3C | 96 | 43 | 18 |
| Octal | 24 | 145 | 75 | 120 | 0 | 50 | 74 | 226 | 103 | 30 |
| Binary | 10100 | 1100101 | 111101 | 1010000 | 0 | 101000 | 111100 | 10010110 | 1000011 | 11000 |
Color Harmonies of #14653D
Complementary color
Monochromatic Colors of #14653D
Black with #14653D
Text Example
Text Example
White with #14653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14653D; }
p { color: rgb(20,101,61); }
H1.HeaderClassName
{
color: #14653D;
}
.AnyTagClassName
{
color: #14653D;
}
</style>
background-color css
<style>
a { background-color: #14653D; }
a { background-color: rgb(20,101,61); }
div.DivClassName
{
background-color: #14653D;
}
.BgClassName
{
background-color: #14653D;
}
</style>
border-color css
<style>
span { border-color: #14653D; }
span { border-color: rgb(20,101,61); }
td.TdClassName
{
border-color: #14653D;
}
.TagClassName
{
border-color: #14653D;
}
</style>