Html Css Color HEX #495510 Verdun Green

📋 copy color: '#495510'

red 73 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #495510

Tints of Verdun Green #495510

RGB

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

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

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

R = 41.95%
G = 48.85%
B = 9.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#495510 (or 0x495510) is known color: Verdun Green. HEX triplet: 49, 55 and 10. RGB value is (73,85,16). Sum of RGB (Red+Green+Blue) = 73+85+16=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #495510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495510 is #B6AAEF. Grayscale: #494949. Windows color (decimal): -11971312 or 1070409. OLE color: 1070409.

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

Color convert

RGB 73 85 16 -
CMYK 0.14 0 0.81 0.67
HSL 70.43º 0.68% 0.2% -
HSV(B) 70.43º 0.81% 0.33% -
XYZ 6.09 7.95 1.7 -
YUV 73.55 95.52 127.61 -
System Red Green Blue C M Y K H S L
Decimal 73 85 16 0.14 0 0.81 0.67 70.43 0.68 0.2
Hex 49 55 10 E 0 51 43 46 44 14
Octal 111 125 20 16 0 121 103 106 104 24
Binary 1001001 1010101 10000 1110 0 1010001 1000011 1000110 1000100 10100

Color Harmonies of #495510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495510

Black with #495510

Text Example


Text Example

White with #495510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495510; }

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

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

background-color css

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

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

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

border-color css

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

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

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