Html Css Color HEX #748629 Trendy Green

📋 copy color: '#748629'

red 116 ◦ green 134 ◦ blue 41

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

Shades of Trendy Green #748629

Tints of Trendy Green #748629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.05%

 BLUE value IS 41 (16.41% from 255) = 14.09%

R = 39.86%
G = 46.05%
B = 14.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#748629 (or 0x748629) is known color: Trendy Green. HEX triplet: 74, 86 and 29. RGB value is (116,134,41). Sum of RGB (Red+Green+Blue) = 116+134+41=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #748629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748629 is #8B79D6. Grayscale: #767676. Windows color (decimal): -9140695 or 2721396. OLE color: 2721396.

HSL color Cylindrical-coordinate representation of color #748629: hue angle of 71.61º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #748629 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 41 -
CMYK 0.13 0 0.69 0.47
HSL 71.61º 0.53% 0.34% -
HSV(B) 71.61º 0.69% 0.53% -
XYZ 16.13 20.92 5.29 -
YUV 118.02 84.54 126.56 -
System Red Green Blue C M Y K H S L
Decimal 116 134 41 0.13 0 0.69 0.47 71.61 0.53 0.34
Hex 74 86 29 D 0 45 2F 48 35 22
Octal 164 206 51 15 0 105 57 110 65 42
Binary 1110100 10000110 101001 1101 0 1000101 101111 1001000 110101 100010

Color Harmonies of #748629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748629

Black with #748629

Text Example


Text Example

White with #748629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748629; }

 p { color: rgb(116,134,41); }

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

background-color css

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

 a { background-color: rgb(116,134,41); }

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

border-color css

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

 span { border-color: rgb(116,134,41); }

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