Html Css Color HEX #49541C Verdun Green

📋 copy color: '#49541C'

red 73 ◦ green 84 ◦ blue 28

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

Shades of Verdun Green #49541C

Tints of Verdun Green #49541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.41%

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 39.46%
G = 45.41%
B = 15.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#49541C (or 0x49541C) is known color: Verdun Green. HEX triplet: 49, 54 and 1C. RGB value is (73,84,28). Sum of RGB (Red+Green+Blue) = 73+84+28=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #49541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49541C is #B6ABE3. Grayscale: #4A4A4A. Windows color (decimal): -11971556 or 1856585. OLE color: 1856585.

HSL color Cylindrical-coordinate representation of color #49541C: hue angle of 71.79º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49541C is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 28 -
CMYK 0.13 0 0.67 0.67
HSL 71.79º 0.5% 0.22% -
HSV(B) 71.79º 0.67% 0.33% -
XYZ 6.13 7.84 2.29 -
YUV 74.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 73 84 28 0.13 0 0.67 0.67 71.79 0.5 0.22
Hex 49 54 1C D 0 43 43 48 32 16
Octal 111 124 34 15 0 103 103 110 62 26
Binary 1001001 1010100 11100 1101 0 1000011 1000011 1001000 110010 10110

Color Harmonies of #49541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49541C

Black with #49541C

Text Example


Text Example

White with #49541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49541C; }

 p { color: rgb(73,84,28); }

 H1.HeaderClassName
 {
   color: #49541C;
 }
 .AnyTagClassName
 {
   color: #49541C;
 }
</style>

background-color css

<style>
 a { background-color: #49541C; }

 a { background-color: rgb(73,84,28); }

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

border-color css

<style>
 span { border-color: #49541C; }

 span { border-color: rgb(73,84,28); }

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