Html Css Color HEX #495813 Verdun Green

📋 copy color: '#495813'

red 73 ◦ green 88 ◦ blue 19

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

Shades of Verdun Green #495813

Tints of Verdun Green #495813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.56%

R = 40.56%
G = 48.89%
B = 10.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#495813 (or 0x495813) is known color: Verdun Green. HEX triplet: 49, 58 and 13. RGB value is (73,88,19). Sum of RGB (Red+Green+Blue) = 73+88+19=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #495813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495813 is #B6A7EC. Grayscale: #4B4B4B. Windows color (decimal): -11970541 or 1267785. OLE color: 1267785.

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

Color convert

RGB 73 88 19 -
CMYK 0.17 0 0.78 0.65
HSL 73.04º 0.64% 0.21% -
HSV(B) 73.04º 0.78% 0.35% -
XYZ 6.35 8.44 1.91 -
YUV 75.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 73 88 19 0.17 0 0.78 0.65 73.04 0.64 0.21
Hex 49 58 13 11 0 4E 41 49 40 15
Octal 111 130 23 21 0 116 101 111 100 25
Binary 1001001 1011000 10011 10001 0 1001110 1000001 1001001 1000000 10101

Color Harmonies of #495813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495813

Black with #495813

Text Example


Text Example

White with #495813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495813; }

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

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

background-color css

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

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

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

border-color css

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

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

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