Html Css Color HEX #494704 Verdun Green

📋 copy color: '#494704'

red 73 ◦ green 71 ◦ blue 4

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

Shades of Verdun Green #494704

Tints of Verdun Green #494704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.97%

 BLUE value IS 4 (1.95% from 255) = 2.7%

R = 49.32%
G = 47.97%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#494704 (or 0x494704) is known color: Verdun Green. HEX triplet: 49, 47 and 04. RGB value is (73,71,4). Sum of RGB (Red+Green+Blue) = 73+71+4=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #494704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494704 is #B6B8FB. Grayscale: #404040. Windows color (decimal): -11974908 or 280393. OLE color: 280393.

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

Color convert

RGB 73 71 4 -
CMYK 0 0.03 0.95 0.71
HSL 58.26º 0.9% 0.15% -
HSV(B) 58.26º 0.95% 0.29% -
XYZ 5.02 5.93 1 -
YUV 63.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 73 71 4 0 0.03 0.95 0.71 58.26 0.9 0.15
Hex 49 47 4 0 3 5F 47 3A 5A F
Octal 111 107 4 0 3 137 107 72 132 17
Binary 1001001 1000111 100 0 11 1011111 1000111 111010 1011010 1111

Color Harmonies of #494704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494704

Black with #494704

Text Example


Text Example

White with #494704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494704; }

 p { color: rgb(73,71,4); }

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

background-color css

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

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

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

border-color css

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

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

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