#514902

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

Shades of Verdun Green #514902

Tints of Verdun Green #514902

Color information

#514902 (or 0x514902) is unknown color: approx Verdun Green. HEX triplet: 51, 49 and 02. RGB value is (81,73,2). Sum of RGB (Red+Green+Blue) = 81+73+2=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #514902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514902 is #AEB6FD. Grayscale: #434343. Windows color (decimal): -11450110 or 149841. OLE color: 149841.

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

Color convert

RGB81732-
CMYK00.100.980.68
HSL53.92º95.18%16.27%-
HSV(B)53.92º97.53%31.76%-
XYZ5.796.521.01-
YUV67.391.15137.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 73 (28.91% from 255) = 46.79%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=51.92%
G=46.79%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8173200.100.980.6853.9295.1816.27
Hex514920A6244365f10
Octal12111120121421046613720
Binary10100011001001100101011000101000100110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514902; }

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

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

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

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

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

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

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

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