Html Css Color HEX #4A6419 Verdun Green

📋 copy color: '#4A6419'

red 74 ◦ green 100 ◦ blue 25

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

Shades of Verdun Green #4A6419

Tints of Verdun Green #4A6419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 50.25%

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

R = 37.19%
G = 50.25%
B = 12.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#4A6419 (or 0x4A6419) is known color: Verdun Green. HEX triplet: 4A, 64 and 19. RGB value is (74,100,25). Sum of RGB (Red+Green+Blue) = 74+100+25=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #4A6419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6419 is #B59BE6. Grayscale: #535353. Windows color (decimal): -11901927 or 1664074. OLE color: 1664074.

HSL color Cylindrical-coordinate representation of color #4A6419: hue angle of 80.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A6419 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 74 100 25 -
CMYK 0.26 0 0.75 0.61
HSL 80.8º 0.6% 0.25% -
HSV(B) 80.8º 0.75% 0.39% -
XYZ 7.56 10.64 2.58 -
YUV 83.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 74 100 25 0.26 0 0.75 0.61 80.8 0.6 0.25
Hex 4A 64 19 1A 0 4B 3D 51 3C 19
Octal 112 144 31 32 0 113 75 121 74 31
Binary 1001010 1100100 11001 11010 0 1001011 111101 1010001 111100 11001

Color Harmonies of #4A6419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6419

Black with #4A6419

Text Example


Text Example

White with #4A6419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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