Html Css Color HEX #494805 Verdun Green

📋 copy color: '#494805'

red 73 ◦ green 72 ◦ blue 5

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

Shades of Verdun Green #494805

Tints of Verdun Green #494805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.33%

R = 48.67%
G = 48%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#494805 (or 0x494805) is known color: Verdun Green. HEX triplet: 49, 48 and 05. RGB value is (73,72,5). Sum of RGB (Red+Green+Blue) = 73+72+5=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #494805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494805 is #B6B7FA. Grayscale: #404040. Windows color (decimal): -11974651 or 346185. OLE color: 346185.

HSL color Cylindrical-coordinate representation of color #494805: hue angle of 59.12º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #494805 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 72 5 -
CMYK 0 0.01 0.93 0.71
HSL 59.12º 0.87% 0.15% -
HSV(B) 59.12º 0.93% 0.29% -
XYZ 5.09 6.06 1.05 -
YUV 64.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 73 72 5 0 0.01 0.93 0.71 59.12 0.87 0.15
Hex 49 48 5 0 1 5D 47 3B 57 F
Octal 111 110 5 0 1 135 107 73 127 17
Binary 1001001 1001000 101 0 1 1011101 1000111 111011 1010111 1111

Color Harmonies of #494805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494805

Black with #494805

Text Example


Text Example

White with #494805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494805; }

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

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

background-color css

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

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

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

border-color css

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

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

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