Html Css Color HEX #495815 Verdun Green

📋 copy color: '#495815'

red 73 ◦ green 88 ◦ blue 21

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

Shades of Verdun Green #495815

Tints of Verdun Green #495815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.54%

R = 40.11%
G = 48.35%
B = 11.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#495815 (or 0x495815) is known color: Verdun Green. HEX triplet: 49, 58 and 15. RGB value is (73,88,21). Sum of RGB (Red+Green+Blue) = 73+88+21=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #495815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495815 is #B6A7EA. Grayscale: #4C4C4C. Windows color (decimal): -11970539 or 1398857. OLE color: 1398857.

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

Color convert

RGB 73 88 21 -
CMYK 0.17 0 0.76 0.65
HSL 73.43º 0.61% 0.21% -
HSV(B) 73.43º 0.76% 0.35% -
XYZ 6.37 8.45 2 -
YUV 75.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 73 88 21 0.17 0 0.76 0.65 73.43 0.61 0.21
Hex 49 58 15 11 0 4C 41 49 3D 15
Octal 111 130 25 21 0 114 101 111 75 25
Binary 1001001 1011000 10101 10001 0 1001100 1000001 1001001 111101 10101

Color Harmonies of #495815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495815

Black with #495815

Text Example


Text Example

White with #495815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495815; }

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

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

background-color css

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

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

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

border-color css

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

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

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