#514C06

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

Shades of Verdun Green #514C06

Tints of Verdun Green #514C06

Color information

#514C06 (or 0x514C06) is unknown color: approx Verdun Green. HEX triplet: 51, 4C and 06. RGB value is (81,76,6). Sum of RGB (Red+Green+Blue) = 81+76+6=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #514C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C06 is #AEB3F9. Grayscale: #454545. Windows color (decimal): -11449338 or 412753. OLE color: 412753.

HSL color Cylindrical-coordinate representation of color #514C06: hue angle of 56º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #514C06 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB81766-
CMYK00.060.930.68
HSL56º86.21%17.06%-
HSV(B)56º92.59%31.76%-
XYZ6.016.931.19-
YUV69.5192.16136.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.69%
GREEN value IS 76 (30.08% from 255) = 46.63%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=49.69%
G=46.63%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8176600.060.930.685686.2117.06
Hex514C6065D44385611
Octal1211146061351047012621
Binary10100011001100110011010111011000100111000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,76,6); }

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

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

 a { background-color: rgb(81,76,6); }

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

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

 span { border-color: rgb(81,76,6); }

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