Html Css Color HEX #49470C Verdun Green

📋 copy color: '#49470C'

red 73 ◦ green 71 ◦ blue 12

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

Shades of Verdun Green #49470C

Tints of Verdun Green #49470C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.69%

R = 46.79%
G = 45.51%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49470C (or 0x49470C) is known color: Verdun Green. HEX triplet: 49, 47 and 0C. RGB value is (73,71,12). Sum of RGB (Red+Green+Blue) = 73+71+12=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #49470C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49470C is #B6B8F3. Grayscale: #414141. Windows color (decimal): -11974900 or 804681. OLE color: 804681.

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

Color convert

RGB 73 71 12 -
CMYK 0 0.03 0.84 0.71
HSL 58.03º 0.72% 0.17% -
HSV(B) 58.03º 0.84% 0.29% -
XYZ 5.07 5.95 1.23 -
YUV 64.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 73 71 12 0 0.03 0.84 0.71 58.03 0.72 0.17
Hex 49 47 C 0 3 54 47 3A 48 11
Octal 111 107 14 0 3 124 107 72 110 21
Binary 1001001 1000111 1100 0 11 1010100 1000111 111010 1001000 10001

Color Harmonies of #49470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49470C

Black with #49470C

Text Example


Text Example

White with #49470C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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