Html Css Color HEX #4A571E Verdun Green

📋 copy color: '#4A571E'

red 74 ◦ green 87 ◦ blue 30

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

Shades of Verdun Green #4A571E

Tints of Verdun Green #4A571E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.55%

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

R = 38.74%
G = 45.55%
B = 15.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#4A571E (or 0x4A571E) is known color: Verdun Green. HEX triplet: 4A, 57 and 1E. RGB value is (74,87,30). Sum of RGB (Red+Green+Blue) = 74+87+30=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #4A571E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A571E is #B5A8E1. Grayscale: #4C4C4C. Windows color (decimal): -11905250 or 1988426. OLE color: 1988426.

HSL color Cylindrical-coordinate representation of color #4A571E: hue angle of 73.68º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A571E is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 74 87 30 -
CMYK 0.15 0 0.66 0.66
HSL 73.68º 0.49% 0.23% -
HSV(B) 73.68º 0.66% 0.34% -
XYZ 6.47 8.37 2.5 -
YUV 76.62 101.69 126.13 -
System Red Green Blue C M Y K H S L
Decimal 74 87 30 0.15 0 0.66 0.66 73.68 0.49 0.23
Hex 4A 57 1E F 0 42 42 4A 31 17
Octal 112 127 36 17 0 102 102 112 61 27
Binary 1001010 1010111 11110 1111 0 1000010 1000010 1001010 110001 10111

Color Harmonies of #4A571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A571E

Black with #4A571E

Text Example


Text Example

White with #4A571E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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