Html Css Color HEX #49541E Verdun Green

📋 copy color: '#49541E'

red 73 ◦ green 84 ◦ blue 30

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

Shades of Verdun Green #49541E

Tints of Verdun Green #49541E

RGB

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

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

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

R = 39.04%
G = 44.92%
B = 16.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#49541E (or 0x49541E) is known color: Verdun Green. HEX triplet: 49, 54 and 1E. RGB value is (73,84,30). Sum of RGB (Red+Green+Blue) = 73+84+30=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #49541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49541E is #B6ABE1. Grayscale: #4A4A4A. Windows color (decimal): -11971554 or 1987657. OLE color: 1987657.

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

Color convert

RGB 73 84 30 -
CMYK 0.13 0 0.64 0.67
HSL 72.22º 0.47% 0.22% -
HSV(B) 72.22º 0.64% 0.33% -
XYZ 6.15 7.85 2.42 -
YUV 74.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 73 84 30 0.13 0 0.64 0.67 72.22 0.47 0.22
Hex 49 54 1E D 0 40 43 48 2F 16
Octal 111 124 36 15 0 100 103 110 57 26
Binary 1001001 1010100 11110 1101 0 1000000 1000011 1001000 101111 10110

Color Harmonies of #49541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49541E

Black with #49541E

Text Example


Text Example

White with #49541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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