Html Css Color HEX #747E32 Trendy Green

📋 copy color: '#747E32'

red 116 ◦ green 126 ◦ blue 50

#747E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Green #747E32

Tints of Trendy Green #747E32

RGB

 RED value IS 116 (45.7% from 255) = 39.73%

 GREEN value IS 126 (49.61% from 255) = 43.15%

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 39.73%
G = 43.15%
B = 17.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#747E32 (or 0x747E32) is known color: Trendy Green. HEX triplet: 74, 7E and 32. RGB value is (116,126,50). Sum of RGB (Red+Green+Blue) = 116+126+50=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #747E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747E32 is #8B81CD. Grayscale: #727272. Windows color (decimal): -9142734 or 3309172. OLE color: 3309172.

HSL color Cylindrical-coordinate representation of color #747E32: hue angle of 67.89º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #747E32 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 126 50 -
CMYK 0.08 0 0.60 0.51
HSL 67.89º 0.43% 0.35% -
HSV(B) 67.89º 0.6% 0.49% -
XYZ 15.24 18.87 5.86 -
YUV 114.35 91.69 129.18 -
System Red Green Blue C M Y K H S L
Decimal 116 126 50 0.08 0 0.60 0.51 67.89 0.43 0.35
Hex 74 7E 32 8 0 3C 33 44 2B 23
Octal 164 176 62 10 0 74 63 104 53 43
Binary 1110100 1111110 110010 1000 0 111100 110011 1000100 101011 100011

Color Harmonies of #747E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E32

Black with #747E32

Text Example


Text Example

White with #747E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,126,50); }

 H1.HeaderClassName
 {
   color: #747E32;
 }
 .AnyTagClassName
 {
   color: #747E32;
 }
</style>

background-color css

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

 a { background-color: rgb(116,126,50); }

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

border-color css

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

 span { border-color: rgb(116,126,50); }

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