Html Css Color HEX #495215 Verdun Green

📋 copy color: '#495215'

red 73 ◦ green 82 ◦ blue 21

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

Shades of Verdun Green #495215

Tints of Verdun Green #495215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.59%

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

R = 41.48%
G = 46.59%
B = 11.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#495215 (or 0x495215) is known color: Verdun Green. HEX triplet: 49, 52 and 15. RGB value is (73,82,21). Sum of RGB (Red+Green+Blue) = 73+82+21=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #495215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495215 is #B6ADEA. Grayscale: #484848. Windows color (decimal): -11972075 or 1397321. OLE color: 1397321.

HSL color Cylindrical-coordinate representation of color #495215: hue angle of 68.85º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #495215 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 82 21 -
CMYK 0.11 0 0.74 0.68
HSL 68.85º 0.59% 0.2% -
HSV(B) 68.85º 0.74% 0.32% -
XYZ 5.9 7.51 1.85 -
YUV 72.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 73 82 21 0.11 0 0.74 0.68 68.85 0.59 0.2
Hex 49 52 15 B 0 4A 44 45 3B 14
Octal 111 122 25 13 0 112 104 105 73 24
Binary 1001001 1010010 10101 1011 0 1001010 1000100 1000101 111011 10100

Color Harmonies of #495215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495215

Black with #495215

Text Example


Text Example

White with #495215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495215; }

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

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

background-color css

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

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

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

border-color css

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

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

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