#747F30

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

Shades of Trendy Green #747F30

Tints of Trendy Green #747F30

Color information

#747F30 (or 0x747F30) is unknown color: approx Trendy Green. HEX triplet: 74, 7F and 30. RGB value is (116,127,48). Sum of RGB (Red+Green+Blue) = 116+127+48=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #747F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747F30 is #8B80CF. Grayscale: #737373. Windows color (decimal): -9142480 or 3178356. OLE color: 3178356.

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

Color convert

RGB11612748-
CMYK0.0900.620.50
HSL68.35º45.14%34.31%-
HSV(B)68.35º62.2%49.8%-
XYZ15.3319.115.68-
YUV114.790.36128.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 127 (50% from 255) = 43.64%
BLUE value IS 48 (19.14% from 255) = 16.49%
R=39.86%
G=43.64%
B=16.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116127480.0900.620.5068.3545.1434.31
Hex747F30903E32442d22
Octal1641776011076621045542
Binary11101001111111110000100101111101100101000100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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