Html Css Color HEX #748628 Trendy Green

📋 copy color: '#748628'

red 116 ◦ green 134 ◦ blue 40

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

Shades of Trendy Green #748628

Tints of Trendy Green #748628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 40%
G = 46.21%
B = 13.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#748628 (or 0x748628) is known color: Trendy Green. HEX triplet: 74, 86 and 28. RGB value is (116,134,40). Sum of RGB (Red+Green+Blue) = 116+134+40=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #748628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748628 is #8B79D7. Grayscale: #767676. Windows color (decimal): -9140696 or 2655860. OLE color: 2655860.

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

Color convert

RGB 116 134 40 -
CMYK 0.13 0 0.70 0.47
HSL 71.49º 0.54% 0.34% -
HSV(B) 71.49º 0.7% 0.53% -
XYZ 16.11 20.92 5.2 -
YUV 117.9 84.04 126.64 -
System Red Green Blue C M Y K H S L
Decimal 116 134 40 0.13 0 0.70 0.47 71.49 0.54 0.34
Hex 74 86 28 D 0 46 2F 47 36 22
Octal 164 206 50 15 0 106 57 107 66 42
Binary 1110100 10000110 101000 1101 0 1000110 101111 1000111 110110 100010

Color Harmonies of #748628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748628

Black with #748628

Text Example


Text Example

White with #748628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748628; }

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

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

background-color css

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

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

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

border-color css

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

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

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