Html Css Color HEX #49501A Verdun Green

📋 copy color: '#49501A'

red 73 ◦ green 80 ◦ blue 26

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

Shades of Verdun Green #49501A

Tints of Verdun Green #49501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.69%

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

R = 40.78%
G = 44.69%
B = 14.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#49501A (or 0x49501A) is known color: Verdun Green. HEX triplet: 49, 50 and 1A. RGB value is (73,80,26). Sum of RGB (Red+Green+Blue) = 73+80+26=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #49501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49501A is #B6AFE5. Grayscale: #474747. Windows color (decimal): -11972582 or 1724489. OLE color: 1724489.

HSL color Cylindrical-coordinate representation of color #49501A: hue angle of 67.78º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49501A is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 26 -
CMYK 0.09 0 0.67 0.69
HSL 67.78º 0.51% 0.21% -
HSV(B) 67.78º 0.68% 0.31% -
XYZ 5.8 7.23 2.07 -
YUV 71.75 102.18 128.89 -
System Red Green Blue C M Y K H S L
Decimal 73 80 26 0.09 0 0.67 0.69 67.78 0.51 0.21
Hex 49 50 1A 9 0 43 45 44 33 15
Octal 111 120 32 11 0 103 105 104 63 25
Binary 1001001 1010000 11010 1001 0 1000011 1000101 1000100 110011 10101

Color Harmonies of #49501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49501A

Black with #49501A

Text Example


Text Example

White with #49501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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