Html Css Color HEX #495216 Verdun Green

📋 copy color: '#495216'

red 73 ◦ green 82 ◦ blue 22

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

Shades of Verdun Green #495216

Tints of Verdun Green #495216

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.33%

 BLUE value IS 22 (8.98% from 255) = 12.43%

R = 41.24%
G = 46.33%
B = 12.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#495216 (or 0x495216) is known color: Verdun Green. HEX triplet: 49, 52 and 16. RGB value is (73,82,22). Sum of RGB (Red+Green+Blue) = 73+82+22=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #495216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495216 is #B6ADE9. Grayscale: #484848. Windows color (decimal): -11972074 or 1462857. OLE color: 1462857.

HSL color Cylindrical-coordinate representation of color #495216: hue angle of 69º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #495216 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 82 22 -
CMYK 0.11 0 0.73 0.68
HSL 69º 0.58% 0.2% -
HSV(B) 69º 0.73% 0.32% -
XYZ 5.91 7.51 1.9 -
YUV 72.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 73 82 22 0.11 0 0.73 0.68 69 0.58 0.2
Hex 49 52 16 B 0 49 44 45 3A 14
Octal 111 122 26 13 0 111 104 105 72 24
Binary 1001001 1010010 10110 1011 0 1001001 1000100 1000101 111010 10100

Color Harmonies of #495216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495216

Black with #495216

Text Example


Text Example

White with #495216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495216; }

 p { color: rgb(73,82,22); }

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

background-color css

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

 a { background-color: rgb(73,82,22); }

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

border-color css

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

 span { border-color: rgb(73,82,22); }

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