Html Css Color HEX #495208 Verdun Green

📋 copy color: '#495208'

red 73 ◦ green 82 ◦ blue 8

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

Shades of Verdun Green #495208

Tints of Verdun Green #495208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.31%

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

R = 44.79%
G = 50.31%
B = 4.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#495208 (or 0x495208) is known color: Verdun Green. HEX triplet: 49, 52 and 08. RGB value is (73,82,8). Sum of RGB (Red+Green+Blue) = 73+82+8=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #495208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495208 is #B6ADF7. Grayscale: #474747. Windows color (decimal): -11972088 or 545353. OLE color: 545353.

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

Color convert

RGB 73 82 8 -
CMYK 0.11 0 0.90 0.68
HSL 67.3º 0.82% 0.18% -
HSV(B) 67.3º 0.9% 0.32% -
XYZ 5.81 7.47 1.37 -
YUV 70.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 73 82 8 0.11 0 0.90 0.68 67.3 0.82 0.18
Hex 49 52 8 B 0 5A 44 43 52 12
Octal 111 122 10 13 0 132 104 103 122 22
Binary 1001001 1010010 1000 1011 0 1011010 1000100 1000011 1010010 10010

Color Harmonies of #495208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495208

Black with #495208

Text Example


Text Example

White with #495208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495208; }

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

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

background-color css

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

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

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

border-color css

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

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

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