#506714

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

Shades of Verdun Green #506714

Tints of Verdun Green #506714

Color information

#506714 (or 0x506714) is unknown color: approx Verdun Green. HEX triplet: 50, 67 and 14. RGB value is (80,103,20). Sum of RGB (Red+Green+Blue) = 80+103+20=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #506714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506714 is #AF98EB. Grayscale: #565656. Windows color (decimal): -11507948 or 1337168. OLE color: 1337168.

HSL color Cylindrical-coordinate representation of color #506714: hue angle of 76.63º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #506714 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB8010320-
CMYK0.2200.810.60
HSL76.63º67.48%24.12%-
HSV(B)76.63º80.58%40.39%-
XYZ8.2811.462.44-
YUV86.6690.38123.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 103 (40.62% from 255) = 50.74%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=39.41%
G=50.74%
B=9.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103200.2200.810.6076.6367.4824.12
Hex506714160513C4d4318
Octal120147242601217411510330
Binary101000011001111010010110010100011111001001101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506714; }

 p { color: rgb(80,103,20); }

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

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

 a { background-color: rgb(80,103,20); }

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

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

 span { border-color: rgb(80,103,20); }

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