#505605

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

Shades of Verdun Green #505605

Tints of Verdun Green #505605

Color information

#505605 (or 0x505605) is unknown color: approx Verdun Green. HEX triplet: 50, 56 and 05. RGB value is (80,86,5). Sum of RGB (Red+Green+Blue) = 80+86+5=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #505605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505605 is #AFA9FA. Grayscale: #4B4B4B. Windows color (decimal): -11512315 or 349776. OLE color: 349776.

HSL color Cylindrical-coordinate representation of color #505605: hue angle of 64.44º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #505605 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB80865-
CMYK0.0700.940.66
HSL64.44º89.01%17.84%-
HSV(B)64.44º94.19%33.73%-
XYZ6.668.371.41-
YUV74.9788.51131.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 86 (33.98% from 255) = 50.29%
BLUE value IS 5 (2.34% from 255) = 2.92%
R=46.78%
G=50.29%
B=2.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal808650.0700.940.6664.4489.0117.84
Hex50565705E42405912
Octal12012657013610210013122
Binary101000010101101011110101111010000101000000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505605; }

 p { color: rgb(80,86,5); }

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

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

 a { background-color: rgb(80,86,5); }

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

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

 span { border-color: rgb(80,86,5); }

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