Html Css Color HEX #49520D Verdun Green

📋 copy color: '#49520D'

red 73 ◦ green 82 ◦ blue 13

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

Shades of Verdun Green #49520D

Tints of Verdun Green #49520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 48.81%

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

R = 43.45%
G = 48.81%
B = 7.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#49520D (or 0x49520D) is known color: Verdun Green. HEX triplet: 49, 52 and 0D. RGB value is (73,82,13). Sum of RGB (Red+Green+Blue) = 73+82+13=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #49520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49520D is #B6ADF2. Grayscale: #474747. Windows color (decimal): -11972083 or 873033. OLE color: 873033.

HSL color Cylindrical-coordinate representation of color #49520D: hue angle of 67.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49520D is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 82 13 -
CMYK 0.11 0 0.84 0.68
HSL 67.83º 0.73% 0.19% -
HSV(B) 67.83º 0.84% 0.32% -
XYZ 5.84 7.48 1.52 -
YUV 71.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 73 82 13 0.11 0 0.84 0.68 67.83 0.73 0.19
Hex 49 52 D B 0 54 44 44 49 13
Octal 111 122 15 13 0 124 104 104 111 23
Binary 1001001 1010010 1101 1011 0 1010100 1000100 1000100 1001001 10011

Color Harmonies of #49520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49520D

Black with #49520D

Text Example


Text Example

White with #49520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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