Html Css Color HEX #4A5419 Verdun Green

📋 copy color: '#4A5419'

red 74 ◦ green 84 ◦ blue 25

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

Shades of Verdun Green #4A5419

Tints of Verdun Green #4A5419

RGB

 RED value IS 74 (29.3% from 255) = 40.44%

 GREEN value IS 84 (33.2% from 255) = 45.9%

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

R = 40.44%
G = 45.9%
B = 13.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#4A5419 (or 0x4A5419) is known color: Verdun Green. HEX triplet: 4A, 54 and 19. RGB value is (74,84,25). Sum of RGB (Red+Green+Blue) = 74+84+25=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5419 is #B5ABE6. Grayscale: #4A4A4A. Windows color (decimal): -11906023 or 1659978. OLE color: 1659978.

HSL color Cylindrical-coordinate representation of color #4A5419: hue angle of 70.17º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A5419 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 84 25 -
CMYK 0.12 0 0.70 0.67
HSL 70.17º 0.54% 0.21% -
HSV(B) 70.17º 0.7% 0.33% -
XYZ 6.17 7.87 2.11 -
YUV 74.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 74 84 25 0.12 0 0.70 0.67 70.17 0.54 0.21
Hex 4A 54 19 C 0 46 43 46 36 15
Octal 112 124 31 14 0 106 103 106 66 25
Binary 1001010 1010100 11001 1100 0 1000110 1000011 1000110 110110 10101

Color Harmonies of #4A5419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5419

Black with #4A5419

Text Example


Text Example

White with #4A5419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A5419; }

 p { color: rgb(74,84,25); }

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

background-color css

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

 a { background-color: rgb(74,84,25); }

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

border-color css

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

 span { border-color: rgb(74,84,25); }

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