Shades of Fun Green #145C37
Tints of Fun Green #145C37
RGB
CMYK
RGB Variations
Color information
#145C37 (or 0x145C37) is known color: Fun Green. HEX triplet: 14, 5C and 37. RGB value is (20,92,55). Sum of RGB (Red+Green+Blue) = 20+92+55=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #145C37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145C37 is #EBA3C8. Grayscale: #424242. Windows color (decimal): -15442889 or 3628052. OLE color: 3628052.
HSL color Cylindrical-coordinate representation of color #145C37: hue angle of 149.17º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145C37 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 92 | 55 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.64 |
| HSL | 149.17º | 0.64% | 0.22% | - |
| HSV(B) | 149.17º | 0.78% | 0.36% | - |
| XYZ | 4.81 | 8.08 | 4.92 | - |
| YUV | 66.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 55 | 0.78 | 0 | 0.40 | 0.64 | 149.17 | 0.64 | 0.22 |
| Hex | 14 | 5C | 37 | 4E | 0 | 28 | 40 | 95 | 40 | 16 |
| Octal | 24 | 134 | 67 | 116 | 0 | 50 | 100 | 225 | 100 | 26 |
| Binary | 10100 | 1011100 | 110111 | 1001110 | 0 | 101000 | 1000000 | 10010101 | 1000000 | 10110 |
Color Harmonies of #145C37
Complementary color
Monochromatic Colors of #145C37
Black with #145C37
Text Example
Text Example
White with #145C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C37; }
p { color: rgb(20,92,55); }
H1.HeaderClassName
{
color: #145C37;
}
.AnyTagClassName
{
color: #145C37;
}
</style>
background-color css
<style>
a { background-color: #145C37; }
a { background-color: rgb(20,92,55); }
div.DivClassName
{
background-color: #145C37;
}
.BgClassName
{
background-color: #145C37;
}
</style>
border-color css
<style>
span { border-color: #145C37; }
span { border-color: rgb(20,92,55); }
td.TdClassName
{
border-color: #145C37;
}
.TagClassName
{
border-color: #145C37;
}
</style>