Html Css Color HEX #495018 Verdun Green

📋 copy color: '#495018'

red 73 ◦ green 80 ◦ blue 24

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

Shades of Verdun Green #495018

Tints of Verdun Green #495018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.2%

 BLUE value IS 24 (9.77% from 255) = 13.56%

R = 41.24%
G = 45.2%
B = 13.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#495018 (or 0x495018) is known color: Verdun Green. HEX triplet: 49, 50 and 18. RGB value is (73,80,24). Sum of RGB (Red+Green+Blue) = 73+80+24=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #495018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495018 is #B6AFE7. Grayscale: #474747. Windows color (decimal): -11972584 or 1593417. OLE color: 1593417.

HSL color Cylindrical-coordinate representation of color #495018: hue angle of 67.5º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #495018 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 24 -
CMYK 0.09 0 0.70 0.69
HSL 67.5º 0.54% 0.2% -
HSV(B) 67.5º 0.7% 0.31% -
XYZ 5.78 7.22 1.95 -
YUV 71.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 73 80 24 0.09 0 0.70 0.69 67.5 0.54 0.2
Hex 49 50 18 9 0 46 45 44 36 14
Octal 111 120 30 11 0 106 105 104 66 24
Binary 1001001 1010000 11000 1001 0 1000110 1000101 1000100 110110 10100

Color Harmonies of #495018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495018

Black with #495018

Text Example


Text Example

White with #495018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495018; }

 p { color: rgb(73,80,24); }

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

background-color css

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

 a { background-color: rgb(73,80,24); }

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

border-color css

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

 span { border-color: rgb(73,80,24); }

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