Html Css Color HEX #748414 Trendy Green

📋 copy color: '#748414'

red 116 ◦ green 132 ◦ blue 20

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

Shades of Trendy Green #748414

Tints of Trendy Green #748414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 43.28%
G = 49.25%
B = 7.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#748414 (or 0x748414) is known color: Trendy Green. HEX triplet: 74, 84 and 14. RGB value is (116,132,20). Sum of RGB (Red+Green+Blue) = 116+132+20=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #748414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748414 is #8B7BEB. Grayscale: #727272. Windows color (decimal): -9141228 or 1344628. OLE color: 1344628.

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

Color convert

RGB 116 132 20 -
CMYK 0.12 0 0.85 0.48
HSL 68.57º 0.74% 0.3% -
HSV(B) 68.57º 0.85% 0.52% -
XYZ 15.58 20.27 3.75 -
YUV 114.45 74.7 129.11 -
System Red Green Blue C M Y K H S L
Decimal 116 132 20 0.12 0 0.85 0.48 68.57 0.74 0.3
Hex 74 84 14 C 0 55 30 45 4A 1E
Octal 164 204 24 14 0 125 60 105 112 36
Binary 1110100 10000100 10100 1100 0 1010101 110000 1000101 1001010 11110

Color Harmonies of #748414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748414

Black with #748414

Text Example


Text Example

White with #748414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748414; }

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

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

background-color css

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

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

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

border-color css

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

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

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