#515402

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

Shades of Verdun Green #515402

Tints of Verdun Green #515402

Color information

#515402 (or 0x515402) is unknown color: approx Verdun Green. HEX triplet: 51, 54 and 02. RGB value is (81,84,2). Sum of RGB (Red+Green+Blue) = 81+84+2=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #515402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515402 is #AEABFD. Grayscale: #4A4A4A. Windows color (decimal): -11447294 or 152657. OLE color: 152657.

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

Color convert

RGB81842-
CMYK0.0400.980.67
HSL62.2º95.35%16.86%-
HSV(B)62.2º97.62%32.94%-
XYZ6.578.091.27-
YUV73.7687.51133.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 84 (33.20% from 255) = 50.30%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=48.50%
G=50.30%
B=1.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal818420.0400.980.6762.295.3516.86
Hex515424062433e5f11
Octal1211242401421037613721
Binary1010001101010010100011000101000011111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515402; }

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

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

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

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

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

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

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

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