Html Css Color HEX #495417 Verdun Green

📋 copy color: '#495417'

red 73 ◦ green 84 ◦ blue 23

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

Shades of Verdun Green #495417

Tints of Verdun Green #495417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.67%

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 40.56%
G = 46.67%
B = 12.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#495417 (or 0x495417) is known color: Verdun Green. HEX triplet: 49, 54 and 17. RGB value is (73,84,23). Sum of RGB (Red+Green+Blue) = 73+84+23=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #495417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495417 is #B6ABE8. Grayscale: #494949. Windows color (decimal): -11971561 or 1528905. OLE color: 1528905.

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

Color convert

RGB 73 84 23 -
CMYK 0.13 0 0.73 0.67
HSL 70.82º 0.57% 0.21% -
HSV(B) 70.82º 0.73% 0.33% -
XYZ 6.07 7.82 2 -
YUV 73.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 73 84 23 0.13 0 0.73 0.67 70.82 0.57 0.21
Hex 49 54 17 D 0 49 43 47 39 15
Octal 111 124 27 15 0 111 103 107 71 25
Binary 1001001 1010100 10111 1101 0 1001001 1000011 1000111 111001 10101

Color Harmonies of #495417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495417

Black with #495417

Text Example


Text Example

White with #495417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495417; }

 p { color: rgb(73,84,23); }

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

background-color css

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

 a { background-color: rgb(73,84,23); }

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

border-color css

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

 span { border-color: rgb(73,84,23); }

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