#505506

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

Shades of Verdun Green #505506

Tints of Verdun Green #505506

Color information

#505506 (or 0x505506) is unknown color: approx Verdun Green. HEX triplet: 50, 55 and 06. RGB value is (80,85,6). Sum of RGB (Red+Green+Blue) = 80+85+6=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #505506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505506 is #AFAAF9. Grayscale: #4A4A4A. Windows color (decimal): -11512570 or 415056. OLE color: 415056.

HSL color Cylindrical-coordinate representation of color #505506: hue angle of 63.8º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #505506 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB80856-
CMYK0.0600.930.67
HSL63.8º86.81%17.84%-
HSV(B)63.8º92.94%33.33%-
XYZ6.598.221.41-
YUV74.589.34131.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 85 (33.59% from 255) = 49.71%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=46.78%
G=49.71%
B=3.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal808560.0600.930.6763.886.8117.84
Hex50556605D43405712
Octal12012566013510310012722
Binary101000010101011101100101110110000111000000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505506; }

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

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

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

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

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

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

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

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