Html Css Color HEX #49470F Verdun Green

📋 copy color: '#49470F'

red 73 ◦ green 71 ◦ blue 15

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

Shades of Verdun Green #49470F

Tints of Verdun Green #49470F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 45.91%
G = 44.65%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49470F (or 0x49470F) is known color: Verdun Green. HEX triplet: 49, 47 and 0F. RGB value is (73,71,15). Sum of RGB (Red+Green+Blue) = 73+71+15=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #49470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49470F is #B6B8F0. Grayscale: #414141. Windows color (decimal): -11974897 or 1001289. OLE color: 1001289.

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

Color convert

RGB 73 71 15 -
CMYK 0 0.03 0.79 0.71
HSL 57.93º 0.66% 0.17% -
HSV(B) 57.93º 0.79% 0.29% -
XYZ 5.09 5.96 1.33 -
YUV 65.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 73 71 15 0 0.03 0.79 0.71 57.93 0.66 0.17
Hex 49 47 F 0 3 4F 47 3A 42 11
Octal 111 107 17 0 3 117 107 72 102 21
Binary 1001001 1000111 1111 0 11 1001111 1000111 111010 1000010 10001

Color Harmonies of #49470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49470F

Black with #49470F

Text Example


Text Example

White with #49470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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