#495C07

Color #495C07 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #495C07

Tints of Verdun Green #495C07

Color information

#495C07 (or 0x495C07) is unknown color: approx Verdun Green. HEX triplet: 49, 5C and 07. RGB value is (73,92,7). Sum of RGB (Red+Green+Blue) = 73+92+7=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #495C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495C07 is #B6A3F8. Grayscale: #4C4C4C. Windows color (decimal): -11969529 or 482377. OLE color: 482377.

HSL color Cylindrical-coordinate representation of color #495C07: hue angle of 73.41º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #495C07 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.

Color convert

RGB73927-
CMYK0.2100.920.64
HSL73.41º85.86%19.41%-
HSV(B)73.41º92.39%36.08%-
XYZ6.619.091.61-
YUV76.6388.71125.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.44%
GREEN value IS 92 (36.33% from 255) = 53.49%
BLUE value IS 7 (3.12% from 255) = 4.07%
R=42.44%
G=53.49%
B=4.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal739270.2100.920.6473.4185.8619.41
Hex495C71505C40495613
Octal111134725013410011112623
Binary10010011011100111101010101110010000001001001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495C07; }

 p { color: rgb(73,92,7); }

 H1.HeaderClassName
 {
   color: #495C07;
 }
 .AnyTagClassName
 {
   color: #495C07;
 }
</style>
background-color css

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

 a { background-color: rgb(73,92,7); }

 div.DivClassName
 {
   background-color: #495C07;
 }
 .BgClassName
 {
   background-color: #495C07;
 }
</style>
border-color css

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

 span { border-color: rgb(73,92,7); }

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