#506106

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

Shades of Verdun Green #506106

Tints of Verdun Green #506106

Color information

#506106 (or 0x506106) is unknown color: approx Verdun Green. HEX triplet: 50, 61 and 06. RGB value is (80,97,6). Sum of RGB (Red+Green+Blue) = 80+97+6=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #506106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506106 is #AF9EF9. Grayscale: #515151. Windows color (decimal): -11509498 or 418128. OLE color: 418128.

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

Color convert

RGB80976-
CMYK0.1800.940.62
HSL71.21º88.35%20.2%-
HSV(B)71.21º93.81%38.04%-
XYZ7.6210.271.75-
YUV81.5485.37126.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 97 (38.28% from 255) = 53.01%
BLUE value IS 6 (2.73% from 255) = 3.28%
R=43.72%
G=53.01%
B=3.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal809760.1800.940.6271.2188.3520.2
Hex506161205E3E475814
Octal12014162201367610713024
Binary1010000110000111010010010111101111101000111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506106; }

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

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

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

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

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

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

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

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