#747F28

Color #747F28 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #747F28

Tints of Trendy Green #747F28

Color information

#747F28 (or 0x747F28) is unknown color: approx Trendy Green. HEX triplet: 74, 7F and 28. RGB value is (116,127,40). Sum of RGB (Red+Green+Blue) = 116+127+40=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #747F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747F28 is #8B80D7. Grayscale: #727272. Windows color (decimal): -9142488 or 2654068. OLE color: 2654068.

HSL color Cylindrical-coordinate representation of color #747F28: hue angle of 67.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #747F28 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB11612740-
CMYK0.0900.690.50
HSL67.59º52.1%32.75%-
HSV(B)67.59º68.5%49.8%-
XYZ15.1719.044.88-
YUV113.7986.36129.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 40.99%
GREEN value IS 127 (50% from 255) = 44.88%
BLUE value IS 40 (16.02% from 255) = 14.13%
R=40.99%
G=44.88%
B=14.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116127400.0900.690.5067.5952.132.75
Hex747F28904532443421
Octal16417750110105621046441
Binary111010011111111010001001010001011100101000100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747F28; }

 p { color: rgb(116,127,40); }

 H1.HeaderClassName
 {
   color: #747F28;
 }
 .AnyTagClassName
 {
   color: #747F28;
 }
</style>
background-color css

<style>
 a { background-color: #747F28; }

 a { background-color: rgb(116,127,40); }

 div.DivClassName
 {
   background-color: #747F28;
 }
 .BgClassName
 {
   background-color: #747F28;
 }
</style>
border-color css

<style>
 span { border-color: #747F28; }

 span { border-color: rgb(116,127,40); }

 td.TdClassName
 {
   border-color: #747F28;
 }
 .TagClassName
 {
   border-color: #747F28;
 }
</style>