Html Css Color HEX #748424 Trendy Green

📋 copy color: '#748424'

red 116 ◦ green 132 ◦ blue 36

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

Shades of Trendy Green #748424

Tints of Trendy Green #748424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.68%

R = 40.85%
G = 46.48%
B = 12.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#748424 (or 0x748424) is known color: Trendy Green. HEX triplet: 74, 84 and 24. RGB value is (116,132,36). Sum of RGB (Red+Green+Blue) = 116+132+36=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #748424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748424 is #8B7BDB. Grayscale: #747474. Windows color (decimal): -9141212 or 2393204. OLE color: 2393204.

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

Color convert

RGB 116 132 36 -
CMYK 0.12 0 0.73 0.48
HSL 70º 0.57% 0.33% -
HSV(B) 70º 0.73% 0.52% -
XYZ 15.77 20.34 4.76 -
YUV 116.27 82.7 127.81 -
System Red Green Blue C M Y K H S L
Decimal 116 132 36 0.12 0 0.73 0.48 70 0.57 0.33
Hex 74 84 24 C 0 49 30 46 39 21
Octal 164 204 44 14 0 111 60 106 71 41
Binary 1110100 10000100 100100 1100 0 1001001 110000 1000110 111001 100001

Color Harmonies of #748424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748424

Black with #748424

Text Example


Text Example

White with #748424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748424; }

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

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

background-color css

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

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

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

border-color css

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

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

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