Html Css Color HEX #495407 Verdun Green

📋 copy color: '#495407'

red 73 ◦ green 84 ◦ blue 7

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

Shades of Verdun Green #495407

Tints of Verdun Green #495407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.27%

R = 44.51%
G = 51.22%
B = 4.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#495407 (or 0x495407) is known color: Verdun Green. HEX triplet: 49, 54 and 07. RGB value is (73,84,7). Sum of RGB (Red+Green+Blue) = 73+84+7=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #495407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495407 is #B6ABF8. Grayscale: #484848. Windows color (decimal): -11971577 or 480329. OLE color: 480329.

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

Color convert

RGB 73 84 7 -
CMYK 0.13 0 0.92 0.67
HSL 68.57º 0.85% 0.18% -
HSV(B) 68.57º 0.92% 0.33% -
XYZ 5.96 7.77 1.39 -
YUV 71.93 91.36 128.76 -
System Red Green Blue C M Y K H S L
Decimal 73 84 7 0.13 0 0.92 0.67 68.57 0.85 0.18
Hex 49 54 7 D 0 5C 43 45 55 12
Octal 111 124 7 15 0 134 103 105 125 22
Binary 1001001 1010100 111 1101 0 1011100 1000011 1000101 1010101 10010

Color Harmonies of #495407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495407

Black with #495407

Text Example


Text Example

White with #495407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495407; }

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

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

background-color css

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

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

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

border-color css

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

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

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