Html Css Color HEX #49490B Verdun Green

📋 copy color: '#49490B'

red 73 ◦ green 73 ◦ blue 11

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

Shades of Verdun Green #49490B

Tints of Verdun Green #49490B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.5%

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

R = 46.5%
G = 46.5%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#49490B (or 0x49490B) is known color: Verdun Green. HEX triplet: 49, 49 and 0B. RGB value is (73,73,11). Sum of RGB (Red+Green+Blue) = 73+73+11=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49490B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49490B is #B6B6F4. Grayscale: #424242. Windows color (decimal): -11974389 or 739657. OLE color: 739657.

HSL color Cylindrical-coordinate representation of color #49490B: hue angle of 60º 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 #49490B is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 73 11 -
CMYK 0 0 0.85 0.71
HSL 60º 0.74% 0.16% -
HSV(B) 60º 0.85% 0.29% -
XYZ 5.19 6.21 1.24 -
YUV 65.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 73 73 11 0 0 0.85 0.71 60 0.74 0.16
Hex 49 49 B 0 0 55 47 3C 4A 10
Octal 111 111 13 0 0 125 107 74 112 20
Binary 1001001 1001001 1011 0 0 1010101 1000111 111100 1001010 10000

Color Harmonies of #49490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49490B

Black with #49490B

Text Example


Text Example

White with #49490B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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