Html Css Color HEX #495B19 Verdun Green

📋 copy color: '#495B19'

red 73 ◦ green 91 ◦ blue 25

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

Shades of Verdun Green #495B19

Tints of Verdun Green #495B19

RGB

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

 GREEN value IS 91 (35.94% from 255) = 48.15%

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

R = 38.62%
G = 48.15%
B = 13.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.64

RGB Variations

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

Color information

#495B19 (or 0x495B19) is known color: Verdun Green. HEX triplet: 49, 5B and 19. RGB value is (73,91,25). Sum of RGB (Red+Green+Blue) = 73+91+25=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #495B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495B19 is #B6A4E6. Grayscale: #4E4E4E. Windows color (decimal): -11969767 or 1661769. OLE color: 1661769.

HSL color Cylindrical-coordinate representation of color #495B19: hue angle of 76.36º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #495B19 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 91 25 -
CMYK 0.20 0 0.73 0.64
HSL 76.36º 0.57% 0.23% -
HSV(B) 76.36º 0.73% 0.36% -
XYZ 6.66 8.97 2.3 -
YUV 78.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 73 91 25 0.20 0 0.73 0.64 76.36 0.57 0.23
Hex 49 5B 19 14 0 49 40 4C 39 17
Octal 111 133 31 24 0 111 100 114 71 27
Binary 1001001 1011011 11001 10100 0 1001001 1000000 1001100 111001 10111

Color Harmonies of #495B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495B19

Black with #495B19

Text Example


Text Example

White with #495B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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