Html Css Color HEX #49460B Verdun Green

📋 copy color: '#49460B'

red 73 ◦ green 70 ◦ blue 11

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

Shades of Verdun Green #49460B

Tints of Verdun Green #49460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.45%

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

R = 47.4%
G = 45.45%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#49460B (or 0x49460B) is known color: Verdun Green. HEX triplet: 49, 46 and 0B. RGB value is (73,70,11). Sum of RGB (Red+Green+Blue) = 73+70+11=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49460B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49460B is #B6B9F4. Grayscale: #404040. Windows color (decimal): -11975157 or 738889. OLE color: 738889.

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

Color convert

RGB 73 70 11 -
CMYK 0 0.04 0.85 0.71
HSL 57.1º 0.74% 0.16% -
HSV(B) 57.1º 0.85% 0.29% -
XYZ 5 5.82 1.18 -
YUV 64.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 73 70 11 0 0.04 0.85 0.71 57.1 0.74 0.16
Hex 49 46 B 0 4 55 47 39 4A 10
Octal 111 106 13 0 4 125 107 71 112 20
Binary 1001001 1000110 1011 0 100 1010101 1000111 111001 1001010 10000

Color Harmonies of #49460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49460B

Black with #49460B

Text Example


Text Example

White with #49460B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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