Html Css Color HEX #495708 Verdun Green

📋 copy color: '#495708'

red 73 ◦ green 87 ◦ blue 8

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

Shades of Verdun Green #495708

Tints of Verdun Green #495708

RGB

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

 GREEN value IS 87 (34.38% from 255) = 51.79%

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

R = 43.45%
G = 51.79%
B = 4.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#495708 (or 0x495708) is known color: Verdun Green. HEX triplet: 49, 57 and 08. RGB value is (73,87,8). Sum of RGB (Red+Green+Blue) = 73+87+8=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 87 (34.38% from 255 or 51.79% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 87 - color contains mainly: green. Hex color #495708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495708 is #B6A8F7. Grayscale: #4A4A4A. Windows color (decimal): -11970808 or 546633. OLE color: 546633.

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

Color convert

RGB 73 87 8 -
CMYK 0.16 0 0.91 0.66
HSL 70.63º 0.83% 0.19% -
HSV(B) 70.63º 0.91% 0.34% -
XYZ 6.2 8.25 1.5 -
YUV 73.81 90.86 127.42 -
System Red Green Blue C M Y K H S L
Decimal 73 87 8 0.16 0 0.91 0.66 70.63 0.83 0.19
Hex 49 57 8 10 0 5B 42 47 53 13
Octal 111 127 10 20 0 133 102 107 123 23
Binary 1001001 1010111 1000 10000 0 1011011 1000010 1000111 1010011 10011

Color Harmonies of #495708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495708

Black with #495708

Text Example


Text Example

White with #495708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495708; }

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

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

background-color css

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

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

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

border-color css

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

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

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