Html Css Color HEX #49450A Verdun Green

📋 copy color: '#49450A'

red 73 ◦ green 69 ◦ blue 10

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

Shades of Verdun Green #49450A

Tints of Verdun Green #49450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.39%

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

R = 48.03%
G = 45.39%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#49450A (or 0x49450A) is known color: Verdun Green. HEX triplet: 49, 45 and 0A. RGB value is (73,69,10). Sum of RGB (Red+Green+Blue) = 73+69+10=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49450A is #B6BAF5. Grayscale: #3F3F3F. Windows color (decimal): -11975414 or 673097. OLE color: 673097.

HSL color Cylindrical-coordinate representation of color #49450A: hue angle of 56.19º 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 #49450A is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 69 10 -
CMYK 0 0.05 0.86 0.71
HSL 56.19º 0.76% 0.16% -
HSV(B) 56.19º 0.86% 0.29% -
XYZ 4.93 5.69 1.13 -
YUV 63.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 73 69 10 0 0.05 0.86 0.71 56.19 0.76 0.16
Hex 49 45 A 0 5 56 47 38 4C 10
Octal 111 105 12 0 5 126 107 70 114 20
Binary 1001001 1000101 1010 0 101 1010110 1000111 111000 1001100 10000

Color Harmonies of #49450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49450A

Black with #49450A

Text Example


Text Example

White with #49450A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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