Html Css Color HEX #496312 Verdun Green

📋 copy color: '#496312'

red 73 ◦ green 99 ◦ blue 18

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

Shades of Verdun Green #496312

Tints of Verdun Green #496312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.11%

 BLUE value IS 18 (7.42% from 255) = 9.47%

R = 38.42%
G = 52.11%
B = 9.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#496312 (or 0x496312) is known color: Verdun Green. HEX triplet: 49, 63 and 12. RGB value is (73,99,18). Sum of RGB (Red+Green+Blue) = 73+99+18=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #496312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496312 is #B69CED. Grayscale: #525252. Windows color (decimal): -11967726 or 1205065. OLE color: 1205065.

HSL color Cylindrical-coordinate representation of color #496312: hue angle of 79.26º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #496312 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 18 -
CMYK 0.26 0 0.82 0.61
HSL 79.26º 0.69% 0.23% -
HSV(B) 79.26º 0.82% 0.39% -
XYZ 7.32 10.38 2.19 -
YUV 81.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 73 99 18 0.26 0 0.82 0.61 79.26 0.69 0.23
Hex 49 63 12 1A 0 52 3D 4F 45 17
Octal 111 143 22 32 0 122 75 117 105 27
Binary 1001001 1100011 10010 11010 0 1010010 111101 1001111 1000101 10111

Color Harmonies of #496312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496312

Black with #496312

Text Example


Text Example

White with #496312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496312; }

 p { color: rgb(73,99,18); }

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

background-color css

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

 a { background-color: rgb(73,99,18); }

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

border-color css

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

 span { border-color: rgb(73,99,18); }

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