Html Css Color HEX #748334 Trendy Green

📋 copy color: '#748334'

red 116 ◦ green 131 ◦ blue 52

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

Shades of Trendy Green #748334

Tints of Trendy Green #748334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.81%

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 38.8%
G = 43.81%
B = 17.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#748334 (or 0x748334) is known color: Trendy Green. HEX triplet: 74, 83 and 34. RGB value is (116,131,52). Sum of RGB (Red+Green+Blue) = 116+131+52=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #748334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748334 is #8B7CCB. Grayscale: #757575. Windows color (decimal): -9141452 or 3441524. OLE color: 3441524.

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

Color convert

RGB 116 131 52 -
CMYK 0.11 0 0.60 0.49
HSL 71.39º 0.43% 0.36% -
HSV(B) 71.39º 0.6% 0.51% -
XYZ 15.94 20.19 6.31 -
YUV 117.51 91.03 126.92 -
System Red Green Blue C M Y K H S L
Decimal 116 131 52 0.11 0 0.60 0.49 71.39 0.43 0.36
Hex 74 83 34 B 0 3C 31 47 2B 24
Octal 164 203 64 13 0 74 61 107 53 44
Binary 1110100 10000011 110100 1011 0 111100 110001 1000111 101011 100100

Color Harmonies of #748334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748334

Black with #748334

Text Example


Text Example

White with #748334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748334; }

 p { color: rgb(116,131,52); }

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

background-color css

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

 a { background-color: rgb(116,131,52); }

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

border-color css

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

 span { border-color: rgb(116,131,52); }

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