Html Css Color HEX #49470B Verdun Green

📋 copy color: '#49470B'

red 73 ◦ green 71 ◦ blue 11

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

Shades of Verdun Green #49470B

Tints of Verdun Green #49470B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 45.81%

 BLUE value IS 11 (4.69% from 255) = 7.1%

R = 47.1%
G = 45.81%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#49470B (or 0x49470B) is known color: Verdun Green. HEX triplet: 49, 47 and 0B. RGB value is (73,71,11). Sum of RGB (Red+Green+Blue) = 73+71+11=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49470B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49470B is #B6B8F4. Grayscale: #414141. Windows color (decimal): -11974901 or 739145. OLE color: 739145.

HSL color Cylindrical-coordinate representation of color #49470B: hue angle of 58.06º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49470B is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 71 11 -
CMYK 0 0.03 0.85 0.71
HSL 58.06º 0.74% 0.16% -
HSV(B) 58.06º 0.85% 0.29% -
XYZ 5.06 5.95 1.2 -
YUV 64.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 73 71 11 0 0.03 0.85 0.71 58.06 0.74 0.16
Hex 49 47 B 0 3 55 47 3A 4A 10
Octal 111 107 13 0 3 125 107 72 112 20
Binary 1001001 1000111 1011 0 11 1010101 1000111 111010 1001010 10000

Color Harmonies of #49470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49470B

Black with #49470B

Text Example


Text Example

White with #49470B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49470B; }

 p { color: rgb(73,71,11); }

 H1.HeaderClassName
 {
   color: #49470B;
 }
 .AnyTagClassName
 {
   color: #49470B;
 }
</style>

background-color css

<style>
 a { background-color: #49470B; }

 a { background-color: rgb(73,71,11); }

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

border-color css

<style>
 span { border-color: #49470B; }

 span { border-color: rgb(73,71,11); }

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