Html Css Color HEX #495404 Verdun Green

📋 copy color: '#495404'

red 73 ◦ green 84 ◦ blue 4

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

Shades of Verdun Green #495404

Tints of Verdun Green #495404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.17%

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

R = 45.34%
G = 52.17%
B = 2.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#495404 (or 0x495404) is known color: Verdun Green. HEX triplet: 49, 54 and 04. RGB value is (73,84,4). Sum of RGB (Red+Green+Blue) = 73+84+4=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #495404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495404 is #B6ABFB. Grayscale: #474747. Windows color (decimal): -11971580 or 283721. OLE color: 283721.

HSL color Cylindrical-coordinate representation of color #495404: hue angle of 68.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #495404 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 4 -
CMYK 0.13 0 0.95 0.67
HSL 68.25º 0.91% 0.17% -
HSV(B) 68.25º 0.95% 0.33% -
XYZ 5.94 7.77 1.3 -
YUV 71.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 73 84 4 0.13 0 0.95 0.67 68.25 0.91 0.17
Hex 49 54 4 D 0 5F 43 44 5B 11
Octal 111 124 4 15 0 137 103 104 133 21
Binary 1001001 1010100 100 1101 0 1011111 1000011 1000100 1011011 10001

Color Harmonies of #495404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495404

Black with #495404

Text Example


Text Example

White with #495404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495404; }

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

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

background-color css

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

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

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

border-color css

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

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

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