Shades of Fun Green #165A40
Tints of Fun Green #165A40
RGB
CMYK
RGB Variations
Color information
#165A40 (or 0x165A40) is known color: Fun Green. HEX triplet: 16, 5A and 40. RGB value is (22,90,64). Sum of RGB (Red+Green+Blue) = 22+90+64=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #165A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A40 is #E9A5BF. Grayscale: #424242. Windows color (decimal): -15312320 or 4217366. OLE color: 4217366.
HSL color Cylindrical-coordinate representation of color #165A40: hue angle of 157.06º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165A40 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 64 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.65 |
| HSL | 157.06º | 0.61% | 0.22% | - |
| HSV(B) | 157.06º | 0.76% | 0.35% | - |
| XYZ | 4.91 | 7.85 | 6.11 | - |
| YUV | 66.7 | 126.47 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 64 | 0.76 | 0 | 0.29 | 0.65 | 157.06 | 0.61 | 0.22 |
| Hex | 16 | 5A | 40 | 4C | 0 | 1D | 41 | 9D | 3D | 16 |
| Octal | 26 | 132 | 100 | 114 | 0 | 35 | 101 | 235 | 75 | 26 |
| Binary | 10110 | 1011010 | 1000000 | 1001100 | 0 | 11101 | 1000001 | 10011101 | 111101 | 10110 |
Color Harmonies of #165A40
Complementary color
Monochromatic Colors of #165A40
Black with #165A40
Text Example
Text Example
White with #165A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A40; }
p { color: rgb(22,90,64); }
H1.HeaderClassName
{
color: #165A40;
}
.AnyTagClassName
{
color: #165A40;
}
</style>
background-color css
<style>
a { background-color: #165A40; }
a { background-color: rgb(22,90,64); }
div.DivClassName
{
background-color: #165A40;
}
.BgClassName
{
background-color: #165A40;
}
</style>
border-color css
<style>
span { border-color: #165A40; }
span { border-color: rgb(22,90,64); }
td.TdClassName
{
border-color: #165A40;
}
.TagClassName
{
border-color: #165A40;
}
</style>