Html Css Color HEX #49490A Verdun Green

📋 copy color: '#49490A'

red 73 ◦ green 73 ◦ blue 10

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

Shades of Verdun Green #49490A

Tints of Verdun Green #49490A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.79%

 BLUE value IS 10 (4.3% from 255) = 6.41%

R = 46.79%
G = 46.79%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#49490A (or 0x49490A) is known color: Verdun Green. HEX triplet: 49, 49 and 0A. RGB value is (73,73,10). Sum of RGB (Red+Green+Blue) = 73+73+10=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49490A is #B6B6F5. Grayscale: #424242. Windows color (decimal): -11974390 or 674121. OLE color: 674121.

HSL color Cylindrical-coordinate representation of color #49490A: hue angle of 60º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49490A is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 73 10 -
CMYK 0 0 0.86 0.71
HSL 60º 0.76% 0.16% -
HSV(B) 60º 0.86% 0.29% -
XYZ 5.18 6.2 1.21 -
YUV 65.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 73 73 10 0 0 0.86 0.71 60 0.76 0.16
Hex 49 49 A 0 0 56 47 3C 4C 10
Octal 111 111 12 0 0 126 107 74 114 20
Binary 1001001 1001001 1010 0 0 1010110 1000111 111100 1001100 10000

Color Harmonies of #49490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49490A

Black with #49490A

Text Example


Text Example

White with #49490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49490A; }

 p { color: rgb(73,73,10); }

 H1.HeaderClassName
 {
   color: #49490A;
 }
 .AnyTagClassName
 {
   color: #49490A;
 }
</style>

background-color css

<style>
 a { background-color: #49490A; }

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

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

border-color css

<style>
 span { border-color: #49490A; }

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

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