Html Css Color HEX #495514 Verdun Green

📋 copy color: '#495514'

red 73 ◦ green 85 ◦ blue 20

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

Shades of Verdun Green #495514

Tints of Verdun Green #495514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.75%

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

R = 41.01%
G = 47.75%
B = 11.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#495514 (or 0x495514) is known color: Verdun Green. HEX triplet: 49, 55 and 14. RGB value is (73,85,20). Sum of RGB (Red+Green+Blue) = 73+85+20=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #495514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495514 is #B6AAEB. Grayscale: #4A4A4A. Windows color (decimal): -11971308 or 1332553. OLE color: 1332553.

HSL color Cylindrical-coordinate representation of color #495514: hue angle of 71.08º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #495514 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 20 -
CMYK 0.14 0 0.76 0.67
HSL 71.08º 0.62% 0.21% -
HSV(B) 71.08º 0.76% 0.33% -
XYZ 6.12 7.96 1.88 -
YUV 74 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 73 85 20 0.14 0 0.76 0.67 71.08 0.62 0.21
Hex 49 55 14 E 0 4C 43 47 3E 15
Octal 111 125 24 16 0 114 103 107 76 25
Binary 1001001 1010101 10100 1110 0 1001100 1000011 1000111 111110 10101

Color Harmonies of #495514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495514

Black with #495514

Text Example


Text Example

White with #495514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495514; }

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

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

background-color css

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

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

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

border-color css

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

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

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