Html Css Color HEX #49540D Verdun Green

📋 copy color: '#49540D'

red 73 ◦ green 84 ◦ blue 13

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

Shades of Verdun Green #49540D

Tints of Verdun Green #49540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.65%

R = 42.94%
G = 49.41%
B = 7.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#49540D (or 0x49540D) is known color: Verdun Green. HEX triplet: 49, 54 and 0D. RGB value is (73,84,13). Sum of RGB (Red+Green+Blue) = 73+84+13=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #49540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49540D is #B6ABF2. Grayscale: #484848. Windows color (decimal): -11971571 or 873545. OLE color: 873545.

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

Color convert

RGB 73 84 13 -
CMYK 0.13 0 0.85 0.67
HSL 69.3º 0.73% 0.19% -
HSV(B) 69.3º 0.85% 0.33% -
XYZ 5.99 7.79 1.57 -
YUV 72.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 73 84 13 0.13 0 0.85 0.67 69.3 0.73 0.19
Hex 49 54 D D 0 55 43 45 49 13
Octal 111 124 15 15 0 125 103 105 111 23
Binary 1001001 1010100 1101 1101 0 1010101 1000011 1000101 1001001 10011

Color Harmonies of #49540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49540D

Black with #49540D

Text Example


Text Example

White with #49540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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