Html Css Color HEX #495317 Verdun Green

📋 copy color: '#495317'

red 73 ◦ green 83 ◦ blue 23

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

Shades of Verdun Green #495317

Tints of Verdun Green #495317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.37%

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

R = 40.78%
G = 46.37%
B = 12.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#495317 (or 0x495317) is known color: Verdun Green. HEX triplet: 49, 53 and 17. RGB value is (73,83,23). Sum of RGB (Red+Green+Blue) = 73+83+23=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #495317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495317 is #B6ACE8. Grayscale: #494949. Windows color (decimal): -11971817 or 1528649. OLE color: 1528649.

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

Color convert

RGB 73 83 23 -
CMYK 0.12 0 0.72 0.67
HSL 70º 0.57% 0.21% -
HSV(B) 70º 0.72% 0.33% -
XYZ 6 7.66 1.97 -
YUV 73.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 73 83 23 0.12 0 0.72 0.67 70 0.57 0.21
Hex 49 53 17 C 0 48 43 46 39 15
Octal 111 123 27 14 0 110 103 106 71 25
Binary 1001001 1010011 10111 1100 0 1001000 1000011 1000110 111001 10101

Color Harmonies of #495317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495317

Black with #495317

Text Example


Text Example

White with #495317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495317; }

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

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

background-color css

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

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

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

border-color css

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

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

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