Html Css Color HEX #748219 Trendy Green

📋 copy color: '#748219'

red 116 ◦ green 130 ◦ blue 25

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

Shades of Trendy Green #748219

Tints of Trendy Green #748219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.97%

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

R = 42.8%
G = 47.97%
B = 9.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#748219 (or 0x748219) is known color: Trendy Green. HEX triplet: 74, 82 and 19. RGB value is (116,130,25). Sum of RGB (Red+Green+Blue) = 116+130+25=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #748219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748219 is #8B7DE6. Grayscale: #727272. Windows color (decimal): -9141735 or 1671796. OLE color: 1671796.

HSL color Cylindrical-coordinate representation of color #748219: hue angle of 68º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #748219 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 25 -
CMYK 0.11 0 0.81 0.49
HSL 68º 0.68% 0.3% -
HSV(B) 68º 0.81% 0.51% -
XYZ 15.36 19.75 3.92 -
YUV 113.84 77.86 129.54 -
System Red Green Blue C M Y K H S L
Decimal 116 130 25 0.11 0 0.81 0.49 68 0.68 0.3
Hex 74 82 19 B 0 51 31 44 44 1E
Octal 164 202 31 13 0 121 61 104 104 36
Binary 1110100 10000010 11001 1011 0 1010001 110001 1000100 1000100 11110

Color Harmonies of #748219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748219

Black with #748219

Text Example


Text Example

White with #748219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748219; }

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

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

background-color css

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

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

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

border-color css

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

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

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