#506707

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

Shades of Verdun Green #506707

Tints of Verdun Green #506707

Color information

#506707 (or 0x506707) is unknown color: approx Verdun Green. HEX triplet: 50, 67 and 07. RGB value is (80,103,7). Sum of RGB (Red+Green+Blue) = 80+103+7=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #506707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506707 is #AF98F8. Grayscale: #555555. Windows color (decimal): -11507961 or 485200. OLE color: 485200.

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

Color convert

RGB801037-
CMYK0.2200.930.60
HSL74.38º87.27%21.57%-
HSV(B)74.38º93.2%40.39%-
XYZ8.211.421.97-
YUV85.1883.88124.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 103 (40.62% from 255) = 54.21%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=42.11%
G=54.21%
B=3.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8010370.2200.930.6074.3887.2721.57
Hex506771605D3C4a5716
Octal12014772601357411212726
Binary1010000110011111110110010111011111001001010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506707; }

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

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

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

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

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

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

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

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