Html Css Color HEX #49561A Verdun Green

📋 copy color: '#49561A'

red 73 ◦ green 86 ◦ blue 26

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

Shades of Verdun Green #49561A

Tints of Verdun Green #49561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.05%

R = 39.46%
G = 46.49%
B = 14.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#49561A (or 0x49561A) is known color: Verdun Green. HEX triplet: 49, 56 and 1A. RGB value is (73,86,26). Sum of RGB (Red+Green+Blue) = 73+86+26=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #49561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49561A is #B6A9E5. Grayscale: #4B4B4B. Windows color (decimal): -11971046 or 1726025. OLE color: 1726025.

HSL color Cylindrical-coordinate representation of color #49561A: hue angle of 73º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49561A is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 86 26 -
CMYK 0.15 0 0.70 0.66
HSL 73º 0.54% 0.22% -
HSV(B) 73º 0.7% 0.34% -
XYZ 6.26 8.15 2.22 -
YUV 75.27 100.19 126.38 -
System Red Green Blue C M Y K H S L
Decimal 73 86 26 0.15 0 0.70 0.66 73 0.54 0.22
Hex 49 56 1A F 0 46 42 49 36 16
Octal 111 126 32 17 0 106 102 111 66 26
Binary 1001001 1010110 11010 1111 0 1000110 1000010 1001001 110110 10110

Color Harmonies of #49561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49561A

Black with #49561A

Text Example


Text Example

White with #49561A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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