Html Css Color HEX #49561F Verdun Green

📋 copy color: '#49561F'

red 73 ◦ green 86 ◦ blue 31

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

Shades of Verdun Green #49561F

Tints of Verdun Green #49561F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.26%

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

R = 38.42%
G = 45.26%
B = 16.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#49561F (or 0x49561F) is known color: Verdun Green. HEX triplet: 49, 56 and 1F. RGB value is (73,86,31). Sum of RGB (Red+Green+Blue) = 73+86+31=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #49561F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49561F is #B6A9E0. Grayscale: #4C4C4C. Windows color (decimal): -11971041 or 2053705. OLE color: 2053705.

HSL color Cylindrical-coordinate representation of color #49561F: hue angle of 74.18º 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 #49561F is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 86 31 -
CMYK 0.15 0 0.64 0.66
HSL 74.18º 0.47% 0.23% -
HSV(B) 74.18º 0.64% 0.34% -
XYZ 6.32 8.17 2.54 -
YUV 75.84 102.69 125.97 -
System Red Green Blue C M Y K H S L
Decimal 73 86 31 0.15 0 0.64 0.66 74.18 0.47 0.23
Hex 49 56 1F F 0 40 42 4A 2F 17
Octal 111 126 37 17 0 100 102 112 57 27
Binary 1001001 1010110 11111 1111 0 1000000 1000010 1001010 101111 10111

Color Harmonies of #49561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49561F

Black with #49561F

Text Example


Text Example

White with #49561F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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