Html Css Color HEX #748432 Trendy Green

📋 copy color: '#748432'

red 116 ◦ green 132 ◦ blue 50

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

Shades of Trendy Green #748432

Tints of Trendy Green #748432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.3%

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

R = 38.93%
G = 44.3%
B = 16.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#748432 (or 0x748432) is known color: Trendy Green. HEX triplet: 74, 84 and 32. RGB value is (116,132,50). Sum of RGB (Red+Green+Blue) = 116+132+50=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #748432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748432 is #8B7BCD. Grayscale: #767676. Windows color (decimal): -9141198 or 3310708. OLE color: 3310708.

HSL color Cylindrical-coordinate representation of color #748432: hue angle of 71.71º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #748432 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 50 -
CMYK 0.12 0 0.62 0.48
HSL 71.71º 0.45% 0.36% -
HSV(B) 71.71º 0.62% 0.52% -
XYZ 16.03 20.45 6.12 -
YUV 117.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 116 132 50 0.12 0 0.62 0.48 71.71 0.45 0.36
Hex 74 84 32 C 0 3E 30 48 2D 24
Octal 164 204 62 14 0 76 60 110 55 44
Binary 1110100 10000100 110010 1100 0 111110 110000 1001000 101101 100100

Color Harmonies of #748432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748432

Black with #748432

Text Example


Text Example

White with #748432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748432; }

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

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

background-color css

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

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

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

border-color css

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

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

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