Html Css Color HEX #748415 Trendy Green

📋 copy color: '#748415'

red 116 ◦ green 132 ◦ blue 21

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

Shades of Trendy Green #748415

Tints of Trendy Green #748415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.81%

R = 43.12%
G = 49.07%
B = 7.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#748415 (or 0x748415) is known color: Trendy Green. HEX triplet: 74, 84 and 15. RGB value is (116,132,21). Sum of RGB (Red+Green+Blue) = 116+132+21=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #748415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748415 is #8B7BEA. Grayscale: #727272. Windows color (decimal): -9141227 or 1410164. OLE color: 1410164.

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

Color convert

RGB 116 132 21 -
CMYK 0.12 0 0.84 0.48
HSL 68.65º 0.73% 0.3% -
HSV(B) 68.65º 0.84% 0.52% -
XYZ 15.59 20.27 3.8 -
YUV 114.56 75.2 129.03 -
System Red Green Blue C M Y K H S L
Decimal 116 132 21 0.12 0 0.84 0.48 68.65 0.73 0.3
Hex 74 84 15 C 0 54 30 45 49 1E
Octal 164 204 25 14 0 124 60 105 111 36
Binary 1110100 10000100 10101 1100 0 1010100 110000 1000101 1001001 11110

Color Harmonies of #748415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748415

Black with #748415

Text Example


Text Example

White with #748415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748415; }

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

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

background-color css

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

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

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

border-color css

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

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

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