#514A01

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

Shades of Verdun Green #514A01

Tints of Verdun Green #514A01

Color information

#514A01 (or 0x514A01) is unknown color: approx Verdun Green. HEX triplet: 51, 4A and 01. RGB value is (81,74,1). Sum of RGB (Red+Green+Blue) = 81+74+1=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #514A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A01 is #AEB5FE. Grayscale: #444444. Windows color (decimal): -11449855 or 84561. OLE color: 84561.

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

Color convert

RGB81741-
CMYK00.090.990.68
HSL54.75º97.56%16.08%-
HSV(B)54.75º98.77%31.76%-
XYZ5.856.651-
YUV67.7790.32137.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 74 (29.30% from 255) = 47.44%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=51.92%
G=47.44%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8174100.090.990.6854.7597.5616.08
Hex514A1096344376210
Octal12111210111431046714220
Binary1010001100101010100111000111000100110111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,74,1); }

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

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

 a { background-color: rgb(81,74,1); }

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

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

 span { border-color: rgb(81,74,1); }

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