Html Css Color HEX #495910 Verdun Green

📋 copy color: '#495910'

red 73 ◦ green 89 ◦ blue 16

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

Shades of Verdun Green #495910

Tints of Verdun Green #495910

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

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

R = 41.01%
G = 50%
B = 8.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#495910 (or 0x495910) is known color: Verdun Green. HEX triplet: 49, 59 and 10. RGB value is (73,89,16). Sum of RGB (Red+Green+Blue) = 73+89+16=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #495910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495910 is #B6A6EF. Grayscale: #4C4C4C. Windows color (decimal): -11970288 or 1071433. OLE color: 1071433.

HSL color Cylindrical-coordinate representation of color #495910: hue angle of 73.15º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #495910 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 16 -
CMYK 0.18 0 0.82 0.65
HSL 73.15º 0.7% 0.21% -
HSV(B) 73.15º 0.82% 0.35% -
XYZ 6.41 8.6 1.81 -
YUV 75.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 73 89 16 0.18 0 0.82 0.65 73.15 0.7 0.21
Hex 49 59 10 12 0 52 41 49 46 15
Octal 111 131 20 22 0 122 101 111 106 25
Binary 1001001 1011001 10000 10010 0 1010010 1000001 1001001 1000110 10101

Color Harmonies of #495910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495910

Black with #495910

Text Example


Text Example

White with #495910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495910; }

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

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

background-color css

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

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

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

border-color css

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

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

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