Html Css Color HEX #495714 Verdun Green

📋 copy color: '#495714'

red 73 ◦ green 87 ◦ blue 20

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

Shades of Verdun Green #495714

Tints of Verdun Green #495714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.11%

R = 40.56%
G = 48.33%
B = 11.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#495714 (or 0x495714) is known color: Verdun Green. HEX triplet: 49, 57 and 14. RGB value is (73,87,20). Sum of RGB (Red+Green+Blue) = 73+87+20=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #495714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495714 is #B6A8EB. Grayscale: #4B4B4B. Windows color (decimal): -11970796 or 1333065. OLE color: 1333065.

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

Color convert

RGB 73 87 20 -
CMYK 0.16 0 0.77 0.66
HSL 72.54º 0.63% 0.21% -
HSV(B) 72.54º 0.77% 0.34% -
XYZ 6.28 8.28 1.93 -
YUV 75.18 96.86 126.45 -
System Red Green Blue C M Y K H S L
Decimal 73 87 20 0.16 0 0.77 0.66 72.54 0.63 0.21
Hex 49 57 14 10 0 4D 42 49 3F 15
Octal 111 127 24 20 0 115 102 111 77 25
Binary 1001001 1010111 10100 10000 0 1001101 1000010 1001001 111111 10101

Color Harmonies of #495714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495714

Black with #495714

Text Example


Text Example

White with #495714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495714; }

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

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

background-color css

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

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

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

border-color css

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

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

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