Html Css Color HEX #49631A Verdun Green

📋 copy color: '#49631A'

red 73 ◦ green 99 ◦ blue 26

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

Shades of Verdun Green #49631A

Tints of Verdun Green #49631A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50%

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

R = 36.87%
G = 50%
B = 13.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#49631A (or 0x49631A) is known color: Verdun Green. HEX triplet: 49, 63 and 1A. RGB value is (73,99,26). Sum of RGB (Red+Green+Blue) = 73+99+26=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #49631A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49631A is #B69CE5. Grayscale: #535353. Windows color (decimal): -11967718 or 1729353. OLE color: 1729353.

HSL color Cylindrical-coordinate representation of color #49631A: hue angle of 81.37º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49631A is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 26 -
CMYK 0.26 0 0.74 0.61
HSL 81.37º 0.58% 0.25% -
HSV(B) 81.37º 0.74% 0.39% -
XYZ 7.4 10.41 2.6 -
YUV 82.9 95.89 120.94 -
System Red Green Blue C M Y K H S L
Decimal 73 99 26 0.26 0 0.74 0.61 81.37 0.58 0.25
Hex 49 63 1A 1A 0 4A 3D 51 3A 19
Octal 111 143 32 32 0 112 75 121 72 31
Binary 1001001 1100011 11010 11010 0 1001010 111101 1010001 111010 11001

Color Harmonies of #49631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49631A

Black with #49631A

Text Example


Text Example

White with #49631A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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