Shades of Trendy Green #748224
Tints of Trendy Green #748224
RGB
CMYK
RGB Variations
Color information
#748224 (or 0x748224) is known color: Trendy Green. HEX triplet: 74, 82 and 24. RGB value is (116,130,36). Sum of RGB (Red+Green+Blue) = 116+130+36=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #748224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748224 is #8B7DDB. Grayscale: #737373. Windows color (decimal): -9141724 or 2392692. OLE color: 2392692.
HSL color Cylindrical-coordinate representation of color #748224: hue angle of 68.94º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #748224 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 36 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.49 |
| HSL | 68.94º | 0.57% | 0.33% | - |
| HSV(B) | 68.94º | 0.72% | 0.51% | - |
| XYZ | 15.5 | 19.81 | 4.67 | - |
| YUV | 115.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 36 | 0.11 | 0 | 0.72 | 0.49 | 68.94 | 0.57 | 0.33 |
| Hex | 74 | 82 | 24 | B | 0 | 48 | 31 | 45 | 39 | 21 |
| Octal | 164 | 202 | 44 | 13 | 0 | 110 | 61 | 105 | 71 | 41 |
| Binary | 1110100 | 10000010 | 100100 | 1011 | 0 | 1001000 | 110001 | 1000101 | 111001 | 100001 |
Color Harmonies of #748224
Complementary color
Monochromatic Colors of #748224
Black with #748224
Text Example
Text Example
White with #748224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748224; }
p { color: rgb(116,130,36); }
H1.HeaderClassName
{
color: #748224;
}
.AnyTagClassName
{
color: #748224;
}
</style>
background-color css
<style>
a { background-color: #748224; }
a { background-color: rgb(116,130,36); }
div.DivClassName
{
background-color: #748224;
}
.BgClassName
{
background-color: #748224;
}
</style>
border-color css
<style>
span { border-color: #748224; }
span { border-color: rgb(116,130,36); }
td.TdClassName
{
border-color: #748224;
}
.TagClassName
{
border-color: #748224;
}
</style>