Html Css Color HEX #495908 Verdun Green

📋 copy color: '#495908'

red 73 ◦ green 89 ◦ blue 8

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

Shades of Verdun Green #495908

Tints of Verdun Green #495908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.35%

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

R = 42.94%
G = 52.35%
B = 4.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#495908 (or 0x495908) is known color: Verdun Green. HEX triplet: 49, 59 and 08. RGB value is (73,89,8). Sum of RGB (Red+Green+Blue) = 73+89+8=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #495908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495908 is #B6A6F7. Grayscale: #4B4B4B. Windows color (decimal): -11970296 or 547145. OLE color: 547145.

HSL color Cylindrical-coordinate representation of color #495908: hue angle of 71.85º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #495908 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 8 -
CMYK 0.18 0 0.91 0.65
HSL 71.85º 0.84% 0.19% -
HSV(B) 71.85º 0.91% 0.35% -
XYZ 6.36 8.58 1.55 -
YUV 74.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 73 89 8 0.18 0 0.91 0.65 71.85 0.84 0.19
Hex 49 59 8 12 0 5B 41 48 54 13
Octal 111 131 10 22 0 133 101 110 124 23
Binary 1001001 1011001 1000 10010 0 1011011 1000001 1001000 1010100 10011

Color Harmonies of #495908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495908

Black with #495908

Text Example


Text Example

White with #495908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495908; }

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

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

background-color css

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

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

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

border-color css

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

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

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