Shades of Trendy Green #748030
Tints of Trendy Green #748030
RGB
CMYK
RGB Variations
Color information
#748030 (or 0x748030) is known color: Trendy Green. HEX triplet: 74, 80 and 30. RGB value is (116,128,48). Sum of RGB (Red+Green+Blue) = 116+128+48=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #748030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748030 is #8B7FCF. Grayscale: #737373. Windows color (decimal): -9142224 or 3178612. OLE color: 3178612.
HSL color Cylindrical-coordinate representation of color #748030: hue angle of 69º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #748030 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 48 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.50 |
| HSL | 69º | 0.45% | 0.35% | - |
| HSV(B) | 69º | 0.63% | 0.5% | - |
| XYZ | 15.46 | 19.36 | 5.72 | - |
| YUV | 115.29 | 90.02 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 48 | 0.09 | 0 | 0.62 | 0.50 | 69 | 0.45 | 0.35 |
| Hex | 74 | 80 | 30 | 9 | 0 | 3E | 32 | 45 | 2D | 23 |
| Octal | 164 | 200 | 60 | 11 | 0 | 76 | 62 | 105 | 55 | 43 |
| Binary | 1110100 | 10000000 | 110000 | 1001 | 0 | 111110 | 110010 | 1000101 | 101101 | 100011 |
Color Harmonies of #748030
Complementary color
Monochromatic Colors of #748030
Black with #748030
Text Example
Text Example
White with #748030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748030; }
p { color: rgb(116,128,48); }
H1.HeaderClassName
{
color: #748030;
}
.AnyTagClassName
{
color: #748030;
}
</style>
background-color css
<style>
a { background-color: #748030; }
a { background-color: rgb(116,128,48); }
div.DivClassName
{
background-color: #748030;
}
.BgClassName
{
background-color: #748030;
}
</style>
border-color css
<style>
span { border-color: #748030; }
span { border-color: rgb(116,128,48); }
td.TdClassName
{
border-color: #748030;
}
.TagClassName
{
border-color: #748030;
}
</style>