#506007

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

Shades of Verdun Green #506007

Tints of Verdun Green #506007

Color information

#506007 (or 0x506007) is unknown color: approx Verdun Green. HEX triplet: 50, 60 and 07. RGB value is (80,96,7). Sum of RGB (Red+Green+Blue) = 80+96+7=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #506007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506007 is #AF9FF8. Grayscale: #515151. Windows color (decimal): -11509753 or 483408. OLE color: 483408.

HSL color Cylindrical-coordinate representation of color #506007: hue angle of 70.79º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #506007 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB80967-
CMYK0.1700.930.62
HSL70.79º86.41%20.2%-
HSV(B)70.79º92.71%37.65%-
XYZ7.5310.091.75-
YUV81.0786.2127.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 7 (3.12% from 255) = 3.83%
R=43.72%
G=52.46%
B=3.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal809670.1700.930.6270.7986.4120.2
Hex506071105D3E475614
Octal12014072101357610712624
Binary1010000110000011110001010111011111101000111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506007; }

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

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

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

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

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

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

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

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