Html Css Color HEX #748419 Trendy Green

📋 copy color: '#748419'

red 116 ◦ green 132 ◦ blue 25

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

Shades of Trendy Green #748419

Tints of Trendy Green #748419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 42.49%
G = 48.35%
B = 9.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#748419 (or 0x748419) is known color: Trendy Green. HEX triplet: 74, 84 and 19. RGB value is (116,132,25). Sum of RGB (Red+Green+Blue) = 116+132+25=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #748419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748419 is #8B7BE6. Grayscale: #737373. Windows color (decimal): -9141223 or 1672308. OLE color: 1672308.

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

Color convert

RGB 116 132 25 -
CMYK 0.12 0 0.81 0.48
HSL 68.97º 0.68% 0.31% -
HSV(B) 68.97º 0.81% 0.52% -
XYZ 15.63 20.29 4.01 -
YUV 115.02 77.2 128.7 -
System Red Green Blue C M Y K H S L
Decimal 116 132 25 0.12 0 0.81 0.48 68.97 0.68 0.31
Hex 74 84 19 C 0 51 30 45 44 1F
Octal 164 204 31 14 0 121 60 105 104 37
Binary 1110100 10000100 11001 1100 0 1010001 110000 1000101 1000100 11111

Color Harmonies of #748419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748419

Black with #748419

Text Example


Text Example

White with #748419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748419; }

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

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

background-color css

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

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

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

border-color css

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

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

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