Html Css Color HEX #495411 Verdun Green

📋 copy color: '#495411'

red 73 ◦ green 84 ◦ blue 17

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

Shades of Verdun Green #495411

Tints of Verdun Green #495411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.28%

 BLUE value IS 17 (7.03% from 255) = 9.77%

R = 41.95%
G = 48.28%
B = 9.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#495411 (or 0x495411) is known color: Verdun Green. HEX triplet: 49, 54 and 11. RGB value is (73,84,17). Sum of RGB (Red+Green+Blue) = 73+84+17=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #495411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495411 is #B6ABEE. Grayscale: #494949. Windows color (decimal): -11971567 or 1135689. OLE color: 1135689.

HSL color Cylindrical-coordinate representation of color #495411: hue angle of 69.85º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #495411 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 17 -
CMYK 0.13 0 0.80 0.67
HSL 69.85º 0.66% 0.2% -
HSV(B) 69.85º 0.8% 0.33% -
XYZ 6.02 7.8 1.72 -
YUV 73.07 96.36 127.95 -
System Red Green Blue C M Y K H S L
Decimal 73 84 17 0.13 0 0.80 0.67 69.85 0.66 0.2
Hex 49 54 11 D 0 50 43 46 42 14
Octal 111 124 21 15 0 120 103 106 102 24
Binary 1001001 1010100 10001 1101 0 1010000 1000011 1000110 1000010 10100

Color Harmonies of #495411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495411

Black with #495411

Text Example


Text Example

White with #495411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495411; }

 p { color: rgb(73,84,17); }

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

background-color css

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

 a { background-color: rgb(73,84,17); }

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

border-color css

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

 span { border-color: rgb(73,84,17); }

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