Html Css Color HEX #495608 Verdun Green

📋 copy color: '#495608'

red 73 ◦ green 86 ◦ blue 8

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

Shades of Verdun Green #495608

Tints of Verdun Green #495608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 51.5%

 BLUE value IS 8 (3.52% from 255) = 4.79%

R = 43.71%
G = 51.5%
B = 4.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#495608 (or 0x495608) is known color: Verdun Green. HEX triplet: 49, 56 and 08. RGB value is (73,86,8). Sum of RGB (Red+Green+Blue) = 73+86+8=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 86 (33.98% from 255 or 51.50% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 86 - color contains mainly: green. Hex color #495608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495608 is #B6A9F7. Grayscale: #494949. Windows color (decimal): -11971064 or 546377. OLE color: 546377.

HSL color Cylindrical-coordinate representation of color #495608: hue angle of 70º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #495608 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 86 8 -
CMYK 0.15 0 0.91 0.66
HSL 70º 0.83% 0.18% -
HSV(B) 70º 0.91% 0.34% -
XYZ 6.12 8.09 1.47 -
YUV 73.22 91.19 127.84 -
System Red Green Blue C M Y K H S L
Decimal 73 86 8 0.15 0 0.91 0.66 70 0.83 0.18
Hex 49 56 8 F 0 5B 42 46 53 12
Octal 111 126 10 17 0 133 102 106 123 22
Binary 1001001 1010110 1000 1111 0 1011011 1000010 1000110 1010011 10010

Color Harmonies of #495608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495608

Black with #495608

Text Example


Text Example

White with #495608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495608; }

 p { color: rgb(73,86,8); }

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

background-color css

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

 a { background-color: rgb(73,86,8); }

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

border-color css

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

 span { border-color: rgb(73,86,8); }

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