Html Css Color HEX #496015 Verdun Green

📋 copy color: '#496015'

red 73 ◦ green 96 ◦ blue 21

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

Shades of Verdun Green #496015

Tints of Verdun Green #496015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.53%

 BLUE value IS 21 (8.59% from 255) = 11.05%

R = 38.42%
G = 50.53%
B = 11.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#496015 (or 0x496015) is known color: Verdun Green. HEX triplet: 49, 60 and 15. RGB value is (73,96,21). Sum of RGB (Red+Green+Blue) = 73+96+21=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #496015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496015 is #B69FEA. Grayscale: #505050. Windows color (decimal): -11968491 or 1400905. OLE color: 1400905.

HSL color Cylindrical-coordinate representation of color #496015: hue angle of 78.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #496015 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 96 21 -
CMYK 0.24 0 0.78 0.62
HSL 78.4º 0.64% 0.23% -
HSV(B) 78.4º 0.78% 0.38% -
XYZ 7.07 9.84 2.24 -
YUV 80.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 73 96 21 0.24 0 0.78 0.62 78.4 0.64 0.23
Hex 49 60 15 18 0 4E 3E 4E 40 17
Octal 111 140 25 30 0 116 76 116 100 27
Binary 1001001 1100000 10101 11000 0 1001110 111110 1001110 1000000 10111

Color Harmonies of #496015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496015

Black with #496015

Text Example


Text Example

White with #496015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496015; }

 p { color: rgb(73,96,21); }

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

background-color css

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

 a { background-color: rgb(73,96,21); }

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

border-color css

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

 span { border-color: rgb(73,96,21); }

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