#506114

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

Shades of Verdun Green #506114

Tints of Verdun Green #506114

Color information

#506114 (or 0x506114) is unknown color: approx Verdun Green. HEX triplet: 50, 61 and 14. RGB value is (80,97,20). Sum of RGB (Red+Green+Blue) = 80+97+20=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #506114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506114 is #AF9EEB. Grayscale: #535353. Windows color (decimal): -11509484 or 1335632. OLE color: 1335632.

HSL color Cylindrical-coordinate representation of color #506114: hue angle of 73.25º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #506114 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB809720-
CMYK0.1800.790.62
HSL73.25º65.81%22.94%-
HSV(B)73.25º79.38%38.04%-
XYZ7.7110.312.24-
YUV83.1492.37125.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 20 (8.20% from 255) = 10.15%
R=40.61%
G=49.24%
B=10.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097200.1800.790.6273.2565.8122.94
Hex5061141204F3E494217
Octal120141242201177611110227
Binary101000011000011010010010010011111111101001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506114; }

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

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

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

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

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

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

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

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