Html Css Color HEX #49531C Verdun Green

📋 copy color: '#49531C'

red 73 ◦ green 83 ◦ blue 28

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

Shades of Verdun Green #49531C

Tints of Verdun Green #49531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.11%

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

R = 39.67%
G = 45.11%
B = 15.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#49531C (or 0x49531C) is known color: Verdun Green. HEX triplet: 49, 53 and 1C. RGB value is (73,83,28). Sum of RGB (Red+Green+Blue) = 73+83+28=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #49531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49531C is #B6ACE3. Grayscale: #494949. Windows color (decimal): -11971812 or 1856329. OLE color: 1856329.

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

Color convert

RGB 73 83 28 -
CMYK 0.12 0 0.66 0.67
HSL 70.91º 0.5% 0.22% -
HSV(B) 70.91º 0.66% 0.33% -
XYZ 6.05 7.69 2.26 -
YUV 73.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 73 83 28 0.12 0 0.66 0.67 70.91 0.5 0.22
Hex 49 53 1C C 0 42 43 47 32 16
Octal 111 123 34 14 0 102 103 107 62 26
Binary 1001001 1010011 11100 1100 0 1000010 1000011 1000111 110010 10110

Color Harmonies of #49531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49531C

Black with #49531C

Text Example


Text Example

White with #49531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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