Html Css Color HEX #495D1A Verdun Green

📋 copy color: '#495D1A'

red 73 ◦ green 93 ◦ blue 26

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

Shades of Verdun Green #495D1A

Tints of Verdun Green #495D1A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 48.44%

 BLUE value IS 26 (10.55% from 255) = 13.54%

R = 38.02%
G = 48.44%
B = 13.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.64

RGB Variations

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

Color information

#495D1A (or 0x495D1A) is known color: Verdun Green. HEX triplet: 49, 5D and 1A. RGB value is (73,93,26). Sum of RGB (Red+Green+Blue) = 73+93+26=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 93 - color contains mainly: green. Hex color #495D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D1A is #B6A2E5. Grayscale: #4F4F4F. Windows color (decimal): -11969254 or 1727817. OLE color: 1727817.

HSL color Cylindrical-coordinate representation of color #495D1A: hue angle of 77.91º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #495D1A is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 93 26 -
CMYK 0.22 0 0.72 0.64
HSL 77.91º 0.56% 0.23% -
HSV(B) 77.91º 0.72% 0.36% -
XYZ 6.85 9.32 2.42 -
YUV 79.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 73 93 26 0.22 0 0.72 0.64 77.91 0.56 0.23
Hex 49 5D 1A 16 0 48 40 4E 38 17
Octal 111 135 32 26 0 110 100 116 70 27
Binary 1001001 1011101 11010 10110 0 1001000 1000000 1001110 111000 10111

Color Harmonies of #495D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D1A

Black with #495D1A

Text Example


Text Example

White with #495D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495D1A; }

 p { color: rgb(73,93,26); }

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

background-color css

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

 a { background-color: rgb(73,93,26); }

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

border-color css

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

 span { border-color: rgb(73,93,26); }

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