Html Css Color HEX #496805 Verdun Green

📋 copy color: '#496805'

red 73 ◦ green 104 ◦ blue 5

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

Shades of Verdun Green #496805

Tints of Verdun Green #496805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 57.14%

 BLUE value IS 5 (2.34% from 255) = 2.75%

R = 40.11%
G = 57.14%
B = 2.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#496805 (or 0x496805) is known color: Verdun Green. HEX triplet: 49, 68 and 05. RGB value is (73,104,5). Sum of RGB (Red+Green+Blue) = 73+104+5=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #496805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496805 is #B697FA. Grayscale: #535353. Windows color (decimal): -11966459 or 354377. OLE color: 354377.

HSL color Cylindrical-coordinate representation of color #496805: hue angle of 78.79º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #496805 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 5 -
CMYK 0.30 0 0.95 0.59
HSL 78.79º 0.91% 0.21% -
HSV(B) 78.79º 0.95% 0.41% -
XYZ 7.73 11.33 1.92 -
YUV 83.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 73 104 5 0.30 0 0.95 0.59 78.79 0.91 0.21
Hex 49 68 5 1E 0 5F 3B 4F 5B 15
Octal 111 150 5 36 0 137 73 117 133 25
Binary 1001001 1101000 101 11110 0 1011111 111011 1001111 1011011 10101

Color Harmonies of #496805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496805

Black with #496805

Text Example


Text Example

White with #496805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496805; }

 p { color: rgb(73,104,5); }

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

background-color css

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

 a { background-color: rgb(73,104,5); }

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

border-color css

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

 span { border-color: rgb(73,104,5); }

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