Html Css Color HEX #495814 Verdun Green

📋 copy color: '#495814'

red 73 ◦ green 88 ◦ blue 20

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

Shades of Verdun Green #495814

Tints of Verdun Green #495814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 40.33%
G = 48.62%
B = 11.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#495814 (or 0x495814) is known color: Verdun Green. HEX triplet: 49, 58 and 14. RGB value is (73,88,20). Sum of RGB (Red+Green+Blue) = 73+88+20=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #495814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495814 is #B6A7EB. Grayscale: #4C4C4C. Windows color (decimal): -11970540 or 1333321. OLE color: 1333321.

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

Color convert

RGB 73 88 20 -
CMYK 0.17 0 0.77 0.65
HSL 73.24º 0.63% 0.21% -
HSV(B) 73.24º 0.77% 0.35% -
XYZ 6.36 8.45 1.96 -
YUV 75.76 96.53 126.03 -
System Red Green Blue C M Y K H S L
Decimal 73 88 20 0.17 0 0.77 0.65 73.24 0.63 0.21
Hex 49 58 14 11 0 4D 41 49 3F 15
Octal 111 130 24 21 0 115 101 111 77 25
Binary 1001001 1011000 10100 10001 0 1001101 1000001 1001001 111111 10101

Color Harmonies of #495814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495814

Black with #495814

Text Example


Text Example

White with #495814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495814; }

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

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

background-color css

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

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

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

border-color css

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

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

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