Html Css Color HEX #495819 Verdun Green

📋 copy color: '#495819'

red 73 ◦ green 88 ◦ blue 25

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

Shades of Verdun Green #495819

Tints of Verdun Green #495819

RGB

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

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

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

R = 39.25%
G = 47.31%
B = 13.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#495819 (or 0x495819) is known color: Verdun Green. HEX triplet: 49, 58 and 19. RGB value is (73,88,25). Sum of RGB (Red+Green+Blue) = 73+88+25=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #495819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495819 is #B6A7E6. Grayscale: #4C4C4C. Windows color (decimal): -11970535 or 1661001. OLE color: 1661001.

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

Color convert

RGB 73 88 25 -
CMYK 0.17 0 0.72 0.65
HSL 74.29º 0.56% 0.22% -
HSV(B) 74.29º 0.72% 0.35% -
XYZ 6.41 8.47 2.22 -
YUV 76.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 73 88 25 0.17 0 0.72 0.65 74.29 0.56 0.22
Hex 49 58 19 11 0 48 41 4A 38 16
Octal 111 130 31 21 0 110 101 112 70 26
Binary 1001001 1011000 11001 10001 0 1001000 1000001 1001010 111000 10110

Color Harmonies of #495819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495819

Black with #495819

Text Example


Text Example

White with #495819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495819; }

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

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

background-color css

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

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

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

border-color css

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

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

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