Html Css Color HEX #495115 Verdun Green

📋 copy color: '#495115'

red 73 ◦ green 81 ◦ blue 21

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

Shades of Verdun Green #495115

Tints of Verdun Green #495115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.29%

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

R = 41.71%
G = 46.29%
B = 12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#495115 (or 0x495115) is known color: Verdun Green. HEX triplet: 49, 51 and 15. RGB value is (73,81,21). Sum of RGB (Red+Green+Blue) = 73+81+21=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #495115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495115 is #B6AEEA. Grayscale: #484848. Windows color (decimal): -11972331 or 1397065. OLE color: 1397065.

HSL color Cylindrical-coordinate representation of color #495115: hue angle of 68º 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 #495115 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 81 21 -
CMYK 0.10 0 0.74 0.68
HSL 68º 0.59% 0.2% -
HSV(B) 68º 0.74% 0.32% -
XYZ 5.83 7.36 1.82 -
YUV 71.77 99.35 128.88 -
System Red Green Blue C M Y K H S L
Decimal 73 81 21 0.10 0 0.74 0.68 68 0.59 0.2
Hex 49 51 15 A 0 4A 44 44 3B 14
Octal 111 121 25 12 0 112 104 104 73 24
Binary 1001001 1010001 10101 1010 0 1001010 1000100 1000100 111011 10100

Color Harmonies of #495115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495115

Black with #495115

Text Example


Text Example

White with #495115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495115; }

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

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

background-color css

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

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

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

border-color css

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

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

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