#515004

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

Shades of Verdun Green #515004

Tints of Verdun Green #515004

Color information

#515004 (or 0x515004) is unknown color: approx Verdun Green. HEX triplet: 51, 50 and 04. RGB value is (81,80,4). Sum of RGB (Red+Green+Blue) = 81+80+4=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #515004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515004 is #AEAFFB. Grayscale: #474747. Windows color (decimal): -11448316 or 282705. OLE color: 282705.

HSL color Cylindrical-coordinate representation of color #515004: hue angle of 59.22º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #515004 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB81804-
CMYK00.010.950.68
HSL59.22º90.59%16.67%-
HSV(B)59.22º95.06%31.76%-
XYZ6.287.51.23-
YUV71.6389.83134.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 4 (1.95% from 255) = 2.42%
R=49.09%
G=48.48%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8180400.010.950.6859.2290.5916.67
Hex51504015F443b5b11
Octal1211204011371047313321
Binary101000110100001000110111111000100111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515004; }

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

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

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

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

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

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

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

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