Shades of Fun Green #165B42
Tints of Fun Green #165B42
RGB
CMYK
RGB Variations
Color information
#165B42 (or 0x165B42) is known color: Fun Green. HEX triplet: 16, 5B and 42. RGB value is (22,91,66). Sum of RGB (Red+Green+Blue) = 22+91+66=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #165B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B42 is #E9A4BD. Grayscale: #434343. Windows color (decimal): -15312062 or 4348694. OLE color: 4348694.
HSL color Cylindrical-coordinate representation of color #165B42: hue angle of 158.26º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165B42 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 91 | 66 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.64 |
| HSL | 158.26º | 0.61% | 0.22% | - |
| HSV(B) | 158.26º | 0.76% | 0.36% | - |
| XYZ | 5.06 | 8.05 | 6.44 | - |
| YUV | 67.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 66 | 0.76 | 0 | 0.27 | 0.64 | 158.26 | 0.61 | 0.22 |
| Hex | 16 | 5B | 42 | 4C | 0 | 1B | 40 | 9E | 3D | 16 |
| Octal | 26 | 133 | 102 | 114 | 0 | 33 | 100 | 236 | 75 | 26 |
| Binary | 10110 | 1011011 | 1000010 | 1001100 | 0 | 11011 | 1000000 | 10011110 | 111101 | 10110 |
Color Harmonies of #165B42
Complementary color
Monochromatic Colors of #165B42
Black with #165B42
Text Example
Text Example
White with #165B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165B42; }
p { color: rgb(22,91,66); }
H1.HeaderClassName
{
color: #165B42;
}
.AnyTagClassName
{
color: #165B42;
}
</style>
background-color css
<style>
a { background-color: #165B42; }
a { background-color: rgb(22,91,66); }
div.DivClassName
{
background-color: #165B42;
}
.BgClassName
{
background-color: #165B42;
}
</style>
border-color css
<style>
span { border-color: #165B42; }
span { border-color: rgb(22,91,66); }
td.TdClassName
{
border-color: #165B42;
}
.TagClassName
{
border-color: #165B42;
}
</style>