Html Css Color HEX #495108 Verdun Green

📋 copy color: '#495108'

red 73 ◦ green 81 ◦ blue 8

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

Shades of Verdun Green #495108

Tints of Verdun Green #495108

RGB

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

 GREEN value IS 81 (32.03% from 255) = 50%

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

R = 45.06%
G = 50%
B = 4.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#495108 (or 0x495108) is known color: Verdun Green. HEX triplet: 49, 51 and 08. RGB value is (73,81,8). Sum of RGB (Red+Green+Blue) = 73+81+8=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #495108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495108 is #B6AEF7. Grayscale: #464646. Windows color (decimal): -11972344 or 545097. OLE color: 545097.

HSL color Cylindrical-coordinate representation of color #495108: hue angle of 66.58º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #495108 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 81 8 -
CMYK 0.10 0 0.90 0.68
HSL 66.58º 0.82% 0.17% -
HSV(B) 66.58º 0.9% 0.32% -
XYZ 5.73 7.32 1.34 -
YUV 70.29 92.85 129.94 -
System Red Green Blue C M Y K H S L
Decimal 73 81 8 0.10 0 0.90 0.68 66.58 0.82 0.17
Hex 49 51 8 A 0 5A 44 43 52 11
Octal 111 121 10 12 0 132 104 103 122 21
Binary 1001001 1010001 1000 1010 0 1011010 1000100 1000011 1010010 10001

Color Harmonies of #495108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495108

Black with #495108

Text Example


Text Example

White with #495108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495108; }

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

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

background-color css

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

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

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

border-color css

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

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

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