#514E02

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

Shades of Verdun Green #514E02

Tints of Verdun Green #514E02

Color information

#514E02 (or 0x514E02) is unknown color: approx Verdun Green. HEX triplet: 51, 4E and 02. RGB value is (81,78,2). Sum of RGB (Red+Green+Blue) = 81+78+2=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #514E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E02 is #AEB1FD. Grayscale: #464646. Windows color (decimal): -11448830 or 151121. OLE color: 151121.

HSL color Cylindrical-coordinate representation of color #514E02: hue angle of 57.72º 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 #514E02 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB81782-
CMYK00.040.980.68
HSL57.72º95.18%16.27%-
HSV(B)57.72º97.53%31.76%-
XYZ6.137.21.12-
YUV70.2389.49135.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 78 (30.86% from 255) = 48.45%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=50.31%
G=48.45%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8178200.040.980.6857.7295.1816.27
Hex514E20462443a5f10
Octal1211162041421047213720
Binary1010001100111010010011000101000100111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514E02; }

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

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

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

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

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

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

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

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