Html Css Color HEX #49480C Verdun Green

📋 copy color: '#49480C'

red 73 ◦ green 72 ◦ blue 12

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

Shades of Verdun Green #49480C

Tints of Verdun Green #49480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.86%

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 46.5%
G = 45.86%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49480C (or 0x49480C) is known color: Verdun Green. HEX triplet: 49, 48 and 0C. RGB value is (73,72,12). Sum of RGB (Red+Green+Blue) = 73+72+12=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49480C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49480C is #B6B7F3. Grayscale: #414141. Windows color (decimal): -11974644 or 804937. OLE color: 804937.

HSL color Cylindrical-coordinate representation of color #49480C: hue angle of 59.02º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49480C is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 12 -
CMYK 0 0.01 0.84 0.71
HSL 59.02º 0.72% 0.17% -
HSV(B) 59.02º 0.84% 0.29% -
XYZ 5.13 6.08 1.25 -
YUV 65.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 73 72 12 0 0.01 0.84 0.71 59.02 0.72 0.17
Hex 49 48 C 0 1 54 47 3B 48 11
Octal 111 110 14 0 1 124 107 73 110 21
Binary 1001001 1001000 1100 0 1 1010100 1000111 111011 1001000 10001

Color Harmonies of #49480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49480C

Black with #49480C

Text Example


Text Example

White with #49480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,72,12); }

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

background-color css

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

 a { background-color: rgb(73,72,12); }

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

border-color css

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

 span { border-color: rgb(73,72,12); }

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