Html Css Color HEX #495017 Verdun Green

📋 copy color: '#495017'

red 73 ◦ green 80 ◦ blue 23

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

Shades of Verdun Green #495017

Tints of Verdun Green #495017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.45%

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

R = 41.48%
G = 45.45%
B = 13.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#495017 (or 0x495017) is known color: Verdun Green. HEX triplet: 49, 50 and 17. RGB value is (73,80,23). Sum of RGB (Red+Green+Blue) = 73+80+23=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #495017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495017 is #B6AFE8. Grayscale: #474747. Windows color (decimal): -11972585 or 1527881. OLE color: 1527881.

HSL color Cylindrical-coordinate representation of color #495017: hue angle of 67.37º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #495017 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 23 -
CMYK 0.09 0 0.71 0.69
HSL 67.37º 0.55% 0.2% -
HSV(B) 67.37º 0.71% 0.31% -
XYZ 5.77 7.22 1.9 -
YUV 71.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 73 80 23 0.09 0 0.71 0.69 67.37 0.55 0.2
Hex 49 50 17 9 0 47 45 43 37 14
Octal 111 120 27 11 0 107 105 103 67 24
Binary 1001001 1010000 10111 1001 0 1000111 1000101 1000011 110111 10100

Color Harmonies of #495017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495017

Black with #495017

Text Example


Text Example

White with #495017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495017; }

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

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

background-color css

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

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

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

border-color css

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

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

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