Html Css Color HEX #495817 Verdun Green

📋 copy color: '#495817'

red 73 ◦ green 88 ◦ blue 23

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

Shades of Verdun Green #495817

Tints of Verdun Green #495817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 39.67%
G = 47.83%
B = 12.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#495817 (or 0x495817) is known color: Verdun Green. HEX triplet: 49, 58 and 17. RGB value is (73,88,23). Sum of RGB (Red+Green+Blue) = 73+88+23=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #495817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495817 is #B6A7E8. Grayscale: #4C4C4C. Windows color (decimal): -11970537 or 1529929. OLE color: 1529929.

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

Color convert

RGB 73 88 23 -
CMYK 0.17 0 0.74 0.65
HSL 73.85º 0.59% 0.22% -
HSV(B) 73.85º 0.74% 0.35% -
XYZ 6.39 8.46 2.11 -
YUV 76.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 73 88 23 0.17 0 0.74 0.65 73.85 0.59 0.22
Hex 49 58 17 11 0 4A 41 4A 3B 16
Octal 111 130 27 21 0 112 101 112 73 26
Binary 1001001 1011000 10111 10001 0 1001010 1000001 1001010 111011 10110

Color Harmonies of #495817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495817

Black with #495817

Text Example


Text Example

White with #495817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495817; }

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

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

background-color css

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

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

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

border-color css

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

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

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