Shades of Trendy Green #748033
Tints of Trendy Green #748033
RGB
CMYK
RGB Variations
Color information
#748033 (or 0x748033) is known color: Trendy Green. HEX triplet: 74, 80 and 33. RGB value is (116,128,51). Sum of RGB (Red+Green+Blue) = 116+128+51=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #748033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748033 is #8B7FCC. Grayscale: #737373. Windows color (decimal): -9142221 or 3375220. OLE color: 3375220.
HSL color Cylindrical-coordinate representation of color #748033: hue angle of 69.35º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #748033 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 51 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.50 |
| HSL | 69.35º | 0.43% | 0.35% | - |
| HSV(B) | 69.35º | 0.6% | 0.5% | - |
| XYZ | 15.52 | 19.39 | 6.06 | - |
| YUV | 115.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 51 | 0.09 | 0 | 0.60 | 0.50 | 69.35 | 0.43 | 0.35 |
| Hex | 74 | 80 | 33 | 9 | 0 | 3C | 32 | 45 | 2B | 23 |
| Octal | 164 | 200 | 63 | 11 | 0 | 74 | 62 | 105 | 53 | 43 |
| Binary | 1110100 | 10000000 | 110011 | 1001 | 0 | 111100 | 110010 | 1000101 | 101011 | 100011 |
Color Harmonies of #748033
Complementary color
Monochromatic Colors of #748033
Black with #748033
Text Example
Text Example
White with #748033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748033; }
p { color: rgb(116,128,51); }
H1.HeaderClassName
{
color: #748033;
}
.AnyTagClassName
{
color: #748033;
}
</style>
background-color css
<style>
a { background-color: #748033; }
a { background-color: rgb(116,128,51); }
div.DivClassName
{
background-color: #748033;
}
.BgClassName
{
background-color: #748033;
}
</style>
border-color css
<style>
span { border-color: #748033; }
span { border-color: rgb(116,128,51); }
td.TdClassName
{
border-color: #748033;
}
.TagClassName
{
border-color: #748033;
}
</style>