Shades of Fun Green #165A3C
Tints of Fun Green #165A3C
RGB
CMYK
RGB Variations
Color information
#165A3C (or 0x165A3C) is known color: Fun Green. HEX triplet: 16, 5A and 3C. RGB value is (22,90,60). Sum of RGB (Red+Green+Blue) = 22+90+60=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 90 (35.55% from 255 or 52.33% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 90 - color contains mainly: green. Hex color #165A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A3C is #E9A5C3. Grayscale: #424242. Windows color (decimal): -15312324 or 3955222. OLE color: 3955222.
HSL color Cylindrical-coordinate representation of color #165A3C: hue angle of 153.53º 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 #165A3C is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 60 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.65 |
| HSL | 153.53º | 0.61% | 0.22% | - |
| HSV(B) | 153.53º | 0.76% | 0.35% | - |
| XYZ | 4.8 | 7.81 | 5.53 | - |
| YUV | 66.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 60 | 0.76 | 0 | 0.33 | 0.65 | 153.53 | 0.61 | 0.22 |
| Hex | 16 | 5A | 3C | 4C | 0 | 21 | 41 | 9A | 3D | 16 |
| Octal | 26 | 132 | 74 | 114 | 0 | 41 | 101 | 232 | 75 | 26 |
| Binary | 10110 | 1011010 | 111100 | 1001100 | 0 | 100001 | 1000001 | 10011010 | 111101 | 10110 |
Color Harmonies of #165A3C
Complementary color
Monochromatic Colors of #165A3C
Black with #165A3C
Text Example
Text Example
White with #165A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A3C; }
p { color: rgb(22,90,60); }
H1.HeaderClassName
{
color: #165A3C;
}
.AnyTagClassName
{
color: #165A3C;
}
</style>
background-color css
<style>
a { background-color: #165A3C; }
a { background-color: rgb(22,90,60); }
div.DivClassName
{
background-color: #165A3C;
}
.BgClassName
{
background-color: #165A3C;
}
</style>
border-color css
<style>
span { border-color: #165A3C; }
span { border-color: rgb(22,90,60); }
td.TdClassName
{
border-color: #165A3C;
}
.TagClassName
{
border-color: #165A3C;
}
</style>