Html Css Color HEX #49601A Verdun Green

📋 copy color: '#49601A'

red 73 ◦ green 96 ◦ blue 26

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

Shades of Verdun Green #49601A

Tints of Verdun Green #49601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.23%

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

R = 37.44%
G = 49.23%
B = 13.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#49601A (or 0x49601A) is known color: Verdun Green. HEX triplet: 49, 60 and 1A. RGB value is (73,96,26). Sum of RGB (Red+Green+Blue) = 73+96+26=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #49601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49601A is #B69FE5. Grayscale: #515151. Windows color (decimal): -11968486 or 1728585. OLE color: 1728585.

HSL color Cylindrical-coordinate representation of color #49601A: hue angle of 79.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49601A is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 96 26 -
CMYK 0.24 0 0.73 0.62
HSL 79.71º 0.57% 0.24% -
HSV(B) 79.71º 0.73% 0.38% -
XYZ 7.12 9.86 2.5 -
YUV 81.14 96.88 122.19 -
System Red Green Blue C M Y K H S L
Decimal 73 96 26 0.24 0 0.73 0.62 79.71 0.57 0.24
Hex 49 60 1A 18 0 49 3E 50 39 18
Octal 111 140 32 30 0 111 76 120 71 30
Binary 1001001 1100000 11010 11000 0 1001001 111110 1010000 111001 11000

Color Harmonies of #49601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49601A

Black with #49601A

Text Example


Text Example

White with #49601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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