Html Css Color HEX #495408 Verdun Green

📋 copy color: '#495408'

red 73 ◦ green 84 ◦ blue 8

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

Shades of Verdun Green #495408

Tints of Verdun Green #495408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.85%

R = 44.24%
G = 50.91%
B = 4.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#495408 (or 0x495408) is known color: Verdun Green. HEX triplet: 49, 54 and 08. RGB value is (73,84,8). Sum of RGB (Red+Green+Blue) = 73+84+8=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #495408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495408 is #B6ABF7. Grayscale: #484848. Windows color (decimal): -11971576 or 545865. OLE color: 545865.

HSL color Cylindrical-coordinate representation of color #495408: hue angle of 68.68º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #495408 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 8 -
CMYK 0.13 0 0.90 0.67
HSL 68.68º 0.83% 0.18% -
HSV(B) 68.68º 0.9% 0.33% -
XYZ 5.96 7.77 1.42 -
YUV 72.05 91.86 128.68 -
System Red Green Blue C M Y K H S L
Decimal 73 84 8 0.13 0 0.90 0.67 68.68 0.83 0.18
Hex 49 54 8 D 0 5A 43 45 53 12
Octal 111 124 10 15 0 132 103 105 123 22
Binary 1001001 1010100 1000 1101 0 1011010 1000011 1000101 1010011 10010

Color Harmonies of #495408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495408

Black with #495408

Text Example


Text Example

White with #495408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495408; }

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

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

background-color css

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

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

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

border-color css

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

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

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