Html Css Color HEX #496B0F Verdun Green

📋 copy color: '#496B0F'

red 73 ◦ green 107 ◦ blue 15

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

Shades of Verdun Green #496B0F

Tints of Verdun Green #496B0F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.87%

 BLUE value IS 15 (6.25% from 255) = 7.69%

R = 37.44%
G = 54.87%
B = 7.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#496B0F (or 0x496B0F) is known color: Verdun Green. HEX triplet: 49, 6B and 0F. RGB value is (73,107,15). Sum of RGB (Red+Green+Blue) = 73+107+15=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #496B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496B0F is #B694F0. Grayscale: #565656. Windows color (decimal): -11965681 or 1010505. OLE color: 1010505.

HSL color Cylindrical-coordinate representation of color #496B0F: hue angle of 82.17º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #496B0F is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 107 15 -
CMYK 0.32 0 0.86 0.58
HSL 82.17º 0.75% 0.24% -
HSV(B) 82.17º 0.86% 0.42% -
XYZ 8.09 11.97 2.34 -
YUV 86.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 73 107 15 0.32 0 0.86 0.58 82.17 0.75 0.24
Hex 49 6B F 20 0 56 3A 52 4B 18
Octal 111 153 17 40 0 126 72 122 113 30
Binary 1001001 1101011 1111 100000 0 1010110 111010 1010010 1001011 11000

Color Harmonies of #496B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B0F

Black with #496B0F

Text Example


Text Example

White with #496B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496B0F; }

 p { color: rgb(73,107,15); }

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

background-color css

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

 a { background-color: rgb(73,107,15); }

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

border-color css

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

 span { border-color: rgb(73,107,15); }

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