Html Css Color HEX #4A561D Verdun Green

📋 copy color: '#4A561D'

red 74 ◦ green 86 ◦ blue 29

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

Shades of Verdun Green #4A561D

Tints of Verdun Green #4A561D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.5%

 BLUE value IS 29 (11.72% from 255) = 15.34%

R = 39.15%
G = 45.5%
B = 15.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#4A561D (or 0x4A561D) is known color: Verdun Green. HEX triplet: 4A, 56 and 1D. RGB value is (74,86,29). Sum of RGB (Red+Green+Blue) = 74+86+29=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #4A561D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A561D is #B5A9E2. Grayscale: #4C4C4C. Windows color (decimal): -11905507 or 1922634. OLE color: 1922634.

HSL color Cylindrical-coordinate representation of color #4A561D: hue angle of 72.63º degrees, saturation: 0.5, 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 #4A561D is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 74 86 29 -
CMYK 0.14 0 0.66 0.66
HSL 72.63º 0.5% 0.23% -
HSV(B) 72.63º 0.66% 0.34% -
XYZ 6.37 8.2 2.41 -
YUV 75.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 74 86 29 0.14 0 0.66 0.66 72.63 0.5 0.23
Hex 4A 56 1D E 0 42 42 49 32 17
Octal 112 126 35 16 0 102 102 111 62 27
Binary 1001010 1010110 11101 1110 0 1000010 1000010 1001001 110010 10111

Color Harmonies of #4A561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A561D

Black with #4A561D

Text Example


Text Example

White with #4A561D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,86,29); }

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

background-color css

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

 a { background-color: rgb(74,86,29); }

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

border-color css

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

 span { border-color: rgb(74,86,29); }

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