Shades of Fun Green #14583C
Tints of Fun Green #14583C
RGB
CMYK
RGB Variations
Color information
#14583C (or 0x14583C) is known color: Fun Green. HEX triplet: 14, 58 and 3C. RGB value is (20,88,60). Sum of RGB (Red+Green+Blue) = 20+88+60=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #14583C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14583C is #EBA7C3. Grayscale: #404040. Windows color (decimal): -15443908 or 3954708. OLE color: 3954708.
HSL color Cylindrical-coordinate representation of color #14583C: hue angle of 155.29º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14583C is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 60 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.65 |
| HSL | 155.29º | 0.63% | 0.21% | - |
| HSV(B) | 155.29º | 0.77% | 0.35% | - |
| XYZ | 4.59 | 7.45 | 5.47 | - |
| YUV | 64.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 60 | 0.77 | 0 | 0.32 | 0.65 | 155.29 | 0.63 | 0.21 |
| Hex | 14 | 58 | 3C | 4D | 0 | 20 | 41 | 9B | 3F | 15 |
| Octal | 24 | 130 | 74 | 115 | 0 | 40 | 101 | 233 | 77 | 25 |
| Binary | 10100 | 1011000 | 111100 | 1001101 | 0 | 100000 | 1000001 | 10011011 | 111111 | 10101 |
Color Harmonies of #14583C
Complementary color
Monochromatic Colors of #14583C
Black with #14583C
Text Example
Text Example
White with #14583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14583C; }
p { color: rgb(20,88,60); }
H1.HeaderClassName
{
color: #14583C;
}
.AnyTagClassName
{
color: #14583C;
}
</style>
background-color css
<style>
a { background-color: #14583C; }
a { background-color: rgb(20,88,60); }
div.DivClassName
{
background-color: #14583C;
}
.BgClassName
{
background-color: #14583C;
}
</style>
border-color css
<style>
span { border-color: #14583C; }
span { border-color: rgb(20,88,60); }
td.TdClassName
{
border-color: #14583C;
}
.TagClassName
{
border-color: #14583C;
}
</style>