Html Css Color HEX #49571F Verdun Green

📋 copy color: '#49571F'

red 73 ◦ green 87 ◦ blue 31

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

Shades of Verdun Green #49571F

Tints of Verdun Green #49571F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.55%

 BLUE value IS 31 (12.5% from 255) = 16.23%

R = 38.22%
G = 45.55%
B = 16.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#49571F (or 0x49571F) is known color: Verdun Green. HEX triplet: 49, 57 and 1F. RGB value is (73,87,31). Sum of RGB (Red+Green+Blue) = 73+87+31=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #49571F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49571F is #B6A8E0. Grayscale: #4C4C4C. Windows color (decimal): -11970785 or 2053961. OLE color: 2053961.

HSL color Cylindrical-coordinate representation of color #49571F: hue angle of 75º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49571F is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 87 31 -
CMYK 0.16 0 0.64 0.66
HSL 75º 0.47% 0.23% -
HSV(B) 75º 0.64% 0.34% -
XYZ 6.4 8.33 2.57 -
YUV 76.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 73 87 31 0.16 0 0.64 0.66 75 0.47 0.23
Hex 49 57 1F 10 0 40 42 4B 2F 17
Octal 111 127 37 20 0 100 102 113 57 27
Binary 1001001 1010111 11111 10000 0 1000000 1000010 1001011 101111 10111

Color Harmonies of #49571F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49571F

Black with #49571F

Text Example


Text Example

White with #49571F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,87,31); }

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

background-color css

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

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

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

border-color css

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

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

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