Html Css Color HEX #495820 Verdun Green

📋 copy color: '#495820'

red 73 ◦ green 88 ◦ blue 32

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

Shades of Verdun Green #495820

Tints of Verdun Green #495820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.6%

 BLUE value IS 32 (12.89% from 255) = 16.58%

R = 37.82%
G = 45.6%
B = 16.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#495820 (or 0x495820) is known color: Verdun Green. HEX triplet: 49, 58 and 20. RGB value is (73,88,32). Sum of RGB (Red+Green+Blue) = 73+88+32=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #495820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495820 is #B6A7DF. Grayscale: #4D4D4D. Windows color (decimal): -11970528 or 2119753. OLE color: 2119753.

HSL color Cylindrical-coordinate representation of color #495820: hue angle of 76.07º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #495820 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 32 -
CMYK 0.17 0 0.64 0.65
HSL 76.07º 0.47% 0.24% -
HSV(B) 76.07º 0.64% 0.35% -
XYZ 6.5 8.5 2.66 -
YUV 77.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 73 88 32 0.17 0 0.64 0.65 76.07 0.47 0.24
Hex 49 58 20 11 0 40 41 4C 2F 18
Octal 111 130 40 21 0 100 101 114 57 30
Binary 1001001 1011000 100000 10001 0 1000000 1000001 1001100 101111 11000

Color Harmonies of #495820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495820

Black with #495820

Text Example


Text Example

White with #495820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495820; }

 p { color: rgb(73,88,32); }

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

background-color css

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

 a { background-color: rgb(73,88,32); }

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

border-color css

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

 span { border-color: rgb(73,88,32); }

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