Html Css Color HEX #495715 Verdun Green

📋 copy color: '#495715'

red 73 ◦ green 87 ◦ blue 21

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

Shades of Verdun Green #495715

Tints of Verdun Green #495715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.07%

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

R = 40.33%
G = 48.07%
B = 11.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#495715 (or 0x495715) is known color: Verdun Green. HEX triplet: 49, 57 and 15. RGB value is (73,87,21). Sum of RGB (Red+Green+Blue) = 73+87+21=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #495715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495715 is #B6A8EA. Grayscale: #4B4B4B. Windows color (decimal): -11970795 or 1398601. OLE color: 1398601.

HSL color Cylindrical-coordinate representation of color #495715: hue angle of 72.73º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #495715 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 87 21 -
CMYK 0.16 0 0.76 0.66
HSL 72.73º 0.61% 0.21% -
HSV(B) 72.73º 0.76% 0.34% -
XYZ 6.29 8.29 1.98 -
YUV 75.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 73 87 21 0.16 0 0.76 0.66 72.73 0.61 0.21
Hex 49 57 15 10 0 4C 42 49 3D 15
Octal 111 127 25 20 0 114 102 111 75 25
Binary 1001001 1010111 10101 10000 0 1001100 1000010 1001001 111101 10101

Color Harmonies of #495715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495715

Black with #495715

Text Example


Text Example

White with #495715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495715; }

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

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

background-color css

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

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

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

border-color css

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

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

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