#515A04

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

Shades of Verdun Green #515A04

Tints of Verdun Green #515A04

Color information

#515A04 (or 0x515A04) is unknown color: approx Verdun Green. HEX triplet: 51, 5A and 04. RGB value is (81,90,4). Sum of RGB (Red+Green+Blue) = 81+90+4=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #515A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515A04 is #AEA5FB. Grayscale: #4D4D4D. Windows color (decimal): -11445756 or 285265. OLE color: 285265.

HSL color Cylindrical-coordinate representation of color #515A04: hue angle of 66.28º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #515A04 is Cyan = 0.1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB81904-
CMYK0.100.960.65
HSL66.28º91.49%18.43%-
HSV(B)66.28º95.56%35.29%-
XYZ7.079.071.49-
YUV77.586.52130.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 90 (35.55% from 255) = 51.43%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=46.29%
G=51.43%
B=2.29%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal819040.100.960.6566.2891.4918.43
Hex515A4A06041425b12
Octal121132412014010110213322
Binary1010001101101010010100110000010000011000010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515A04; }

 p { color: rgb(81,90,4); }

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

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

 a { background-color: rgb(81,90,4); }

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

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

 span { border-color: rgb(81,90,4); }

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