Html Css Color HEX #495809 Verdun Green

📋 copy color: '#495809'

red 73 ◦ green 88 ◦ blue 9

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

Shades of Verdun Green #495809

Tints of Verdun Green #495809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 51.76%

 BLUE value IS 9 (3.91% from 255) = 5.29%

R = 42.94%
G = 51.76%
B = 5.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#495809 (or 0x495809) is known color: Verdun Green. HEX triplet: 49, 58 and 09. RGB value is (73,88,9). Sum of RGB (Red+Green+Blue) = 73+88+9=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #495809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495809 is #B6A7F6. Grayscale: #4A4A4A. Windows color (decimal): -11970551 or 612425. OLE color: 612425.

HSL color Cylindrical-coordinate representation of color #495809: hue angle of 71.39º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #495809 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 9 -
CMYK 0.17 0 0.90 0.65
HSL 71.39º 0.81% 0.19% -
HSV(B) 71.39º 0.9% 0.35% -
XYZ 6.29 8.42 1.55 -
YUV 74.51 91.03 126.92 -
System Red Green Blue C M Y K H S L
Decimal 73 88 9 0.17 0 0.90 0.65 71.39 0.81 0.19
Hex 49 58 9 11 0 5A 41 47 51 13
Octal 111 130 11 21 0 132 101 107 121 23
Binary 1001001 1011000 1001 10001 0 1011010 1000001 1000111 1010001 10011

Color Harmonies of #495809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495809

Black with #495809

Text Example


Text Example

White with #495809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495809; }

 p { color: rgb(73,88,9); }

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

background-color css

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

 a { background-color: rgb(73,88,9); }

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

border-color css

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

 span { border-color: rgb(73,88,9); }

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