#505900

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

Shades of Verdun Green #505900

Tints of Verdun Green #505900

Color information

#505900 (or 0x505900) is unknown color: approx Verdun Green. HEX triplet: 50, 59 and 00. RGB value is (80,89,0). Sum of RGB (Red+Green+Blue) = 80+89+0=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #505900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505900 is #AFA6FF. Grayscale: #4C4C4C. Windows color (decimal): -11511552 or 22864. OLE color: 22864.

HSL color Cylindrical-coordinate representation of color #505900: hue angle of 66.07º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #505900 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB80890-
CMYK0.10010.65
HSL66.07º100%17.45%-
HSV(B)66.07º100%34.9%-
XYZ6.888.851.35-
YUV76.1685.02130.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 89 (35.16% from 255) = 52.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.34%
G=52.66%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal808900.10010.6566.0710017.45
Hex50590A06441426411
Octal120131012014410110214421
Binary10100001011001010100110010010000011000010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505900; }

 p { color: rgb(80,89,0); }

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

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

 a { background-color: rgb(80,89,0); }

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

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

 span { border-color: rgb(80,89,0); }

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