Html Css Color HEX #4A5B1E Verdun Green

📋 copy color: '#4A5B1E'

red 74 ◦ green 91 ◦ blue 30

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

Shades of Verdun Green #4A5B1E

Tints of Verdun Green #4A5B1E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 46.67%

 BLUE value IS 30 (12.11% from 255) = 15.38%

R = 37.95%
G = 46.67%
B = 15.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#4A5B1E (or 0x4A5B1E) is known color: Verdun Green. HEX triplet: 4A, 5B and 1E. RGB value is (74,91,30). Sum of RGB (Red+Green+Blue) = 74+91+30=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #4A5B1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5B1E is #B5A4E1. Grayscale: #4F4F4F. Windows color (decimal): -11904226 or 1989450. OLE color: 1989450.

HSL color Cylindrical-coordinate representation of color #4A5B1E: hue angle of 76.72º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A5B1E is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 91 30 -
CMYK 0.19 0 0.67 0.64
HSL 76.72º 0.5% 0.24% -
HSV(B) 76.72º 0.67% 0.36% -
XYZ 6.8 9.03 2.61 -
YUV 78.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 74 91 30 0.19 0 0.67 0.64 76.72 0.5 0.24
Hex 4A 5B 1E 13 0 43 40 4D 32 18
Octal 112 133 36 23 0 103 100 115 62 30
Binary 1001010 1011011 11110 10011 0 1000011 1000000 1001101 110010 11000

Color Harmonies of #4A5B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5B1E

Black with #4A5B1E

Text Example


Text Example

White with #4A5B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,91,30); }

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

background-color css

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

 a { background-color: rgb(74,91,30); }

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

border-color css

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

 span { border-color: rgb(74,91,30); }

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