Html Css Color HEX #747D32 Trendy Green

📋 copy color: '#747D32'

red 116 ◦ green 125 ◦ blue 50

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

Shades of Trendy Green #747D32

Tints of Trendy Green #747D32

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.96%

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

R = 39.86%
G = 42.96%
B = 17.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#747D32 (or 0x747D32) is known color: Trendy Green. HEX triplet: 74, 7D and 32. RGB value is (116,125,50). Sum of RGB (Red+Green+Blue) = 116+125+50=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #747D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747D32 is #8B82CD. Grayscale: #727272. Windows color (decimal): -9142990 or 3308916. OLE color: 3308916.

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

Color convert

RGB 116 125 50 -
CMYK 0.07 0 0.60 0.51
HSL 67.2º 0.43% 0.34% -
HSV(B) 67.2º 0.6% 0.49% -
XYZ 15.11 18.61 5.81 -
YUV 113.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 116 125 50 0.07 0 0.60 0.51 67.2 0.43 0.34
Hex 74 7D 32 7 0 3C 33 43 2B 22
Octal 164 175 62 7 0 74 63 103 53 42
Binary 1110100 1111101 110010 111 0 111100 110011 1000011 101011 100010

Color Harmonies of #747D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D32

Black with #747D32

Text Example


Text Example

White with #747D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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