Html Css Color HEX #4A5E1F Verdun Green

📋 copy color: '#4A5E1F'

red 74 ◦ green 94 ◦ blue 31

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

Shades of Verdun Green #4A5E1F

Tints of Verdun Green #4A5E1F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 47.24%

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 37.19%
G = 47.24%
B = 15.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.63

RGB Variations

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

Color information

#4A5E1F (or 0x4A5E1F) is known color: Verdun Green. HEX triplet: 4A, 5E and 1F. RGB value is (74,94,31). Sum of RGB (Red+Green+Blue) = 74+94+31=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 94 - color contains mainly: green. Hex color #4A5E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5E1F is #B5A1E0. Grayscale: #515151. Windows color (decimal): -11903457 or 2055754. OLE color: 2055754.

HSL color Cylindrical-coordinate representation of color #4A5E1F: hue angle of 79.05º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A5E1F is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 94 31 -
CMYK 0.21 0 0.67 0.63
HSL 79.05º 0.5% 0.25% -
HSV(B) 79.05º 0.67% 0.37% -
XYZ 7.07 9.56 2.77 -
YUV 80.84 99.87 123.12 -
System Red Green Blue C M Y K H S L
Decimal 74 94 31 0.21 0 0.67 0.63 79.05 0.5 0.25
Hex 4A 5E 1F 15 0 43 3F 4F 32 19
Octal 112 136 37 25 0 103 77 117 62 31
Binary 1001010 1011110 11111 10101 0 1000011 111111 1001111 110010 11001

Color Harmonies of #4A5E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5E1F

Black with #4A5E1F

Text Example


Text Example

White with #4A5E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,94,31); }

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

background-color css

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

 a { background-color: rgb(74,94,31); }

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

border-color css

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

 span { border-color: rgb(74,94,31); }

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