Html Css Color HEX #495319 Verdun Green

📋 copy color: '#495319'

red 73 ◦ green 83 ◦ blue 25

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

Shades of Verdun Green #495319

Tints of Verdun Green #495319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.81%

R = 40.33%
G = 45.86%
B = 13.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#495319 (or 0x495319) is known color: Verdun Green. HEX triplet: 49, 53 and 19. RGB value is (73,83,25). Sum of RGB (Red+Green+Blue) = 73+83+25=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #495319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495319 is #B6ACE6. Grayscale: #494949. Windows color (decimal): -11971815 or 1659721. OLE color: 1659721.

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

Color convert

RGB 73 83 25 -
CMYK 0.12 0 0.70 0.67
HSL 70.34º 0.54% 0.21% -
HSV(B) 70.34º 0.7% 0.33% -
XYZ 6.02 7.67 2.08 -
YUV 73.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 73 83 25 0.12 0 0.70 0.67 70.34 0.54 0.21
Hex 49 53 19 C 0 46 43 46 36 15
Octal 111 123 31 14 0 106 103 106 66 25
Binary 1001001 1010011 11001 1100 0 1000110 1000011 1000110 110110 10101

Color Harmonies of #495319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495319

Black with #495319

Text Example


Text Example

White with #495319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495319; }

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

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

background-color css

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

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

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

border-color css

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

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

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