Html Css Color HEX #49541D Verdun Green

📋 copy color: '#49541D'

red 73 ◦ green 84 ◦ blue 29

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

Shades of Verdun Green #49541D

Tints of Verdun Green #49541D

RGB

 RED value IS 73 (28.91% from 255) = 39.25%

 GREEN value IS 84 (33.2% from 255) = 45.16%

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

R = 39.25%
G = 45.16%
B = 15.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#49541D (or 0x49541D) is known color: Verdun Green. HEX triplet: 49, 54 and 1D. RGB value is (73,84,29). Sum of RGB (Red+Green+Blue) = 73+84+29=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #49541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49541D is #B6ABE2. Grayscale: #4A4A4A. Windows color (decimal): -11971555 or 1922121. OLE color: 1922121.

HSL color Cylindrical-coordinate representation of color #49541D: hue angle of 72º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49541D is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 29 -
CMYK 0.13 0 0.65 0.67
HSL 72º 0.49% 0.22% -
HSV(B) 72º 0.65% 0.33% -
XYZ 6.14 7.85 2.35 -
YUV 74.44 102.36 126.97 -
System Red Green Blue C M Y K H S L
Decimal 73 84 29 0.13 0 0.65 0.67 72 0.49 0.22
Hex 49 54 1D D 0 41 43 48 31 16
Octal 111 124 35 15 0 101 103 110 61 26
Binary 1001001 1010100 11101 1101 0 1000001 1000011 1001000 110001 10110

Color Harmonies of #49541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49541D

Black with #49541D

Text Example


Text Example

White with #49541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49541D; }

 p { color: rgb(73,84,29); }

 H1.HeaderClassName
 {
   color: #49541D;
 }
 .AnyTagClassName
 {
   color: #49541D;
 }
</style>

background-color css

<style>
 a { background-color: #49541D; }

 a { background-color: rgb(73,84,29); }

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

border-color css

<style>
 span { border-color: #49541D; }

 span { border-color: rgb(73,84,29); }

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