Html Css Color HEX #49521B Verdun Green

📋 copy color: '#49521B'

red 73 ◦ green 82 ◦ blue 27

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

Shades of Verdun Green #49521B

Tints of Verdun Green #49521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.05%

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 40.11%
G = 45.05%
B = 14.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#49521B (or 0x49521B) is known color: Verdun Green. HEX triplet: 49, 52 and 1B. RGB value is (73,82,27). Sum of RGB (Red+Green+Blue) = 73+82+27=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #49521B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49521B is #B6ADE4. Grayscale: #494949. Windows color (decimal): -11972069 or 1790537. OLE color: 1790537.

HSL color Cylindrical-coordinate representation of color #49521B: hue angle of 69.82º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49521B is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 82 27 -
CMYK 0.11 0 0.67 0.68
HSL 69.82º 0.5% 0.21% -
HSV(B) 69.82º 0.67% 0.32% -
XYZ 5.96 7.53 2.18 -
YUV 73.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 73 82 27 0.11 0 0.67 0.68 69.82 0.5 0.21
Hex 49 52 1B B 0 43 44 46 32 15
Octal 111 122 33 13 0 103 104 106 62 25
Binary 1001001 1010010 11011 1011 0 1000011 1000100 1000110 110010 10101

Color Harmonies of #49521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49521B

Black with #49521B

Text Example


Text Example

White with #49521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,82,27); }

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

background-color css

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

 a { background-color: rgb(73,82,27); }

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

border-color css

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

 span { border-color: rgb(73,82,27); }

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