Html Css Color HEX #495919 Verdun Green

📋 copy color: '#495919'

red 73 ◦ green 89 ◦ blue 25

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

Shades of Verdun Green #495919

Tints of Verdun Green #495919

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.59%

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

R = 39.04%
G = 47.59%
B = 13.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#495919 (or 0x495919) is known color: Verdun Green. HEX triplet: 49, 59 and 19. RGB value is (73,89,25). Sum of RGB (Red+Green+Blue) = 73+89+25=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #495919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495919 is #B6A6E6. Grayscale: #4D4D4D. Windows color (decimal): -11970279 or 1661257. OLE color: 1661257.

HSL color Cylindrical-coordinate representation of color #495919: hue angle of 75º 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 #495919 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 25 -
CMYK 0.18 0 0.72 0.65
HSL 75º 0.56% 0.22% -
HSV(B) 75º 0.72% 0.35% -
XYZ 6.5 8.63 2.24 -
YUV 76.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 73 89 25 0.18 0 0.72 0.65 75 0.56 0.22
Hex 49 59 19 12 0 48 41 4B 38 16
Octal 111 131 31 22 0 110 101 113 70 26
Binary 1001001 1011001 11001 10010 0 1001000 1000001 1001011 111000 10110

Color Harmonies of #495919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495919

Black with #495919

Text Example


Text Example

White with #495919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495919; }

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

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

background-color css

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

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

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

border-color css

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

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

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