Html Css Color HEX #49541B Verdun Green

📋 copy color: '#49541B'

red 73 ◦ green 84 ◦ blue 27

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

Shades of Verdun Green #49541B

Tints of Verdun Green #49541B

RGB

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

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

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

R = 39.67%
G = 45.65%
B = 14.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#49541B (or 0x49541B) is known color: Verdun Green. HEX triplet: 49, 54 and 1B. RGB value is (73,84,27). Sum of RGB (Red+Green+Blue) = 73+84+27=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #49541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49541B is #B6ABE4. Grayscale: #4A4A4A. Windows color (decimal): -11971557 or 1791049. OLE color: 1791049.

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

Color convert

RGB 73 84 27 -
CMYK 0.13 0 0.68 0.67
HSL 71.58º 0.51% 0.22% -
HSV(B) 71.58º 0.68% 0.33% -
XYZ 6.12 7.84 2.23 -
YUV 74.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 73 84 27 0.13 0 0.68 0.67 71.58 0.51 0.22
Hex 49 54 1B D 0 44 43 48 33 16
Octal 111 124 33 15 0 104 103 110 63 26
Binary 1001001 1010100 11011 1101 0 1000100 1000011 1001000 110011 10110

Color Harmonies of #49541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49541B

Black with #49541B

Text Example


Text Example

White with #49541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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