Shades of Fun Green #145741
Tints of Fun Green #145741
RGB
CMYK
RGB Variations
Color information
#145741 (or 0x145741) is known color: Fun Green. HEX triplet: 14, 57 and 41. RGB value is (20,87,65). Sum of RGB (Red+Green+Blue) = 20+87+65=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #145741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145741 is #EBA8BE. Grayscale: #404040. Windows color (decimal): -15444159 or 4282132. OLE color: 4282132.
HSL color Cylindrical-coordinate representation of color #145741: hue angle of 160.3º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145741 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 65 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.66 |
| HSL | 160.3º | 0.63% | 0.21% | - |
| HSV(B) | 160.3º | 0.77% | 0.34% | - |
| XYZ | 4.65 | 7.35 | 6.17 | - |
| YUV | 64.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 65 | 0.77 | 0 | 0.25 | 0.66 | 160.3 | 0.63 | 0.21 |
| Hex | 14 | 57 | 41 | 4D | 0 | 19 | 42 | A0 | 3F | 15 |
| Octal | 24 | 127 | 101 | 115 | 0 | 31 | 102 | 240 | 77 | 25 |
| Binary | 10100 | 1010111 | 1000001 | 1001101 | 0 | 11001 | 1000010 | 10100000 | 111111 | 10101 |
Color Harmonies of #145741
Complementary color
Monochromatic Colors of #145741
Black with #145741
Text Example
Text Example
White with #145741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145741; }
p { color: rgb(20,87,65); }
H1.HeaderClassName
{
color: #145741;
}
.AnyTagClassName
{
color: #145741;
}
</style>
background-color css
<style>
a { background-color: #145741; }
a { background-color: rgb(20,87,65); }
div.DivClassName
{
background-color: #145741;
}
.BgClassName
{
background-color: #145741;
}
</style>
border-color css
<style>
span { border-color: #145741; }
span { border-color: rgb(20,87,65); }
td.TdClassName
{
border-color: #145741;
}
.TagClassName
{
border-color: #145741;
}
</style>