Html Css Color HEX #49620B Verdun Green

📋 copy color: '#49620B'

red 73 ◦ green 98 ◦ blue 11

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

Shades of Verdun Green #49620B

Tints of Verdun Green #49620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.85%

 BLUE value IS 11 (4.69% from 255) = 6.04%

R = 40.11%
G = 53.85%
B = 6.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#49620B (or 0x49620B) is known color: Verdun Green. HEX triplet: 49, 62 and 0B. RGB value is (73,98,11). Sum of RGB (Red+Green+Blue) = 73+98+11=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #49620B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49620B is #B69DF4. Grayscale: #505050. Windows color (decimal): -11967989 or 746057. OLE color: 746057.

HSL color Cylindrical-coordinate representation of color #49620B: hue angle of 77.24º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49620B is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 98 11 -
CMYK 0.26 0 0.89 0.62
HSL 77.24º 0.8% 0.21% -
HSV(B) 77.24º 0.89% 0.38% -
XYZ 7.18 10.18 1.9 -
YUV 80.61 88.72 122.57 -
System Red Green Blue C M Y K H S L
Decimal 73 98 11 0.26 0 0.89 0.62 77.24 0.8 0.21
Hex 49 62 B 1A 0 59 3E 4D 50 15
Octal 111 142 13 32 0 131 76 115 120 25
Binary 1001001 1100010 1011 11010 0 1011001 111110 1001101 1010000 10101

Color Harmonies of #49620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49620B

Black with #49620B

Text Example


Text Example

White with #49620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49620B; }

 p { color: rgb(73,98,11); }

 H1.HeaderClassName
 {
   color: #49620B;
 }
 .AnyTagClassName
 {
   color: #49620B;
 }
</style>

background-color css

<style>
 a { background-color: #49620B; }

 a { background-color: rgb(73,98,11); }

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

border-color css

<style>
 span { border-color: #49620B; }

 span { border-color: rgb(73,98,11); }

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