Html Css Color HEX #496508 Verdun Green

📋 copy color: '#496508'

red 73 ◦ green 101 ◦ blue 8

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

Shades of Verdun Green #496508

Tints of Verdun Green #496508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 55.49%

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

R = 40.11%
G = 55.49%
B = 4.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#496508 (or 0x496508) is known color: Verdun Green. HEX triplet: 49, 65 and 08. RGB value is (73,101,8). Sum of RGB (Red+Green+Blue) = 73+101+8=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #496508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496508 is #B69AF7. Grayscale: #525252. Windows color (decimal): -11967224 or 550217. OLE color: 550217.

HSL color Cylindrical-coordinate representation of color #496508: hue angle of 78.06º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #496508 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 101 8 -
CMYK 0.28 0 0.92 0.60
HSL 78.06º 0.85% 0.21% -
HSV(B) 78.06º 0.92% 0.4% -
XYZ 7.45 10.74 1.91 -
YUV 82.03 86.22 121.56 -
System Red Green Blue C M Y K H S L
Decimal 73 101 8 0.28 0 0.92 0.60 78.06 0.85 0.21
Hex 49 65 8 1C 0 5C 3C 4E 55 15
Octal 111 145 10 34 0 134 74 116 125 25
Binary 1001001 1100101 1000 11100 0 1011100 111100 1001110 1010101 10101

Color Harmonies of #496508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496508

Black with #496508

Text Example


Text Example

White with #496508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496508; }

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

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

background-color css

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

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

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

border-color css

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

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

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