#515407

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

Shades of Verdun Green #515407

Tints of Verdun Green #515407

Color information

#515407 (or 0x515407) is unknown color: approx Verdun Green. HEX triplet: 51, 54 and 07. RGB value is (81,84,7). Sum of RGB (Red+Green+Blue) = 81+84+7=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #515407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515407 is #AEABF8. Grayscale: #4A4A4A. Windows color (decimal): -11447289 or 480337. OLE color: 480337.

HSL color Cylindrical-coordinate representation of color #515407: hue angle of 62.34º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #515407 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB81847-
CMYK0.0400.920.67
HSL62.34º84.62%17.84%-
HSV(B)62.34º91.67%32.94%-
XYZ6.68.111.42-
YUV74.3290.01132.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 7 (3.12% from 255) = 4.07%
R=47.09%
G=48.84%
B=4.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal818470.0400.920.6762.3484.6217.84
Hex51547405C433e5512
Octal1211247401341037612522
Binary10100011010100111100010111001000011111110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515407; }

 p { color: rgb(81,84,7); }

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

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

 a { background-color: rgb(81,84,7); }

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

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

 span { border-color: rgb(81,84,7); }

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