Shades of Trendy Green #748225
Tints of Trendy Green #748225
RGB
CMYK
RGB Variations
Color information
#748225 (or 0x748225) is known color: Trendy Green. HEX triplet: 74, 82 and 25. RGB value is (116,130,37). Sum of RGB (Red+Green+Blue) = 116+130+37=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #748225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748225 is #8B7DDA. Grayscale: #737373. Windows color (decimal): -9141723 or 2458228. OLE color: 2458228.
HSL color Cylindrical-coordinate representation of color #748225: hue angle of 69.03º degrees, saturation: 0.56, 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 #748225 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 37 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.49 |
| HSL | 69.03º | 0.56% | 0.33% | - |
| HSV(B) | 69.03º | 0.72% | 0.51% | - |
| XYZ | 15.52 | 19.81 | 4.76 | - |
| YUV | 115.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 37 | 0.11 | 0 | 0.72 | 0.49 | 69.03 | 0.56 | 0.33 |
| Hex | 74 | 82 | 25 | B | 0 | 48 | 31 | 45 | 38 | 21 |
| Octal | 164 | 202 | 45 | 13 | 0 | 110 | 61 | 105 | 70 | 41 |
| Binary | 1110100 | 10000010 | 100101 | 1011 | 0 | 1001000 | 110001 | 1000101 | 111000 | 100001 |
Color Harmonies of #748225
Complementary color
Monochromatic Colors of #748225
Black with #748225
Text Example
Text Example
White with #748225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748225; }
p { color: rgb(116,130,37); }
H1.HeaderClassName
{
color: #748225;
}
.AnyTagClassName
{
color: #748225;
}
</style>
background-color css
<style>
a { background-color: #748225; }
a { background-color: rgb(116,130,37); }
div.DivClassName
{
background-color: #748225;
}
.BgClassName
{
background-color: #748225;
}
</style>
border-color css
<style>
span { border-color: #748225; }
span { border-color: rgb(116,130,37); }
td.TdClassName
{
border-color: #748225;
}
.TagClassName
{
border-color: #748225;
}
</style>