Html Css Color HEX #495710 Verdun Green

📋 copy color: '#495710'

red 73 ◦ green 87 ◦ blue 16

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

Shades of Verdun Green #495710

Tints of Verdun Green #495710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.09%

R = 41.48%
G = 49.43%
B = 9.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#495710 (or 0x495710) is known color: Verdun Green. HEX triplet: 49, 57 and 10. RGB value is (73,87,16). Sum of RGB (Red+Green+Blue) = 73+87+16=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #495710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495710 is #B6A8EF. Grayscale: #4A4A4A. Windows color (decimal): -11970800 or 1070921. OLE color: 1070921.

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

Color convert

RGB 73 87 16 -
CMYK 0.16 0 0.82 0.66
HSL 71.83º 0.69% 0.2% -
HSV(B) 71.83º 0.82% 0.34% -
XYZ 6.25 8.27 1.76 -
YUV 74.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 73 87 16 0.16 0 0.82 0.66 71.83 0.69 0.2
Hex 49 57 10 10 0 52 42 48 45 14
Octal 111 127 20 20 0 122 102 110 105 24
Binary 1001001 1010111 10000 10000 0 1010010 1000010 1001000 1000101 10100

Color Harmonies of #495710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495710

Black with #495710

Text Example


Text Example

White with #495710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495710; }

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

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

background-color css

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

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

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

border-color css

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

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

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