#505901

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

Shades of Verdun Green #505901

Tints of Verdun Green #505901

Color information

#505901 (or 0x505901) is unknown color: approx Verdun Green. HEX triplet: 50, 59 and 01. RGB value is (80,89,1). Sum of RGB (Red+Green+Blue) = 80+89+1=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #505901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505901 is #AFA6FE. Grayscale: #4C4C4C. Windows color (decimal): -11511551 or 88400. OLE color: 88400.

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

Color convert

RGB80891-
CMYK0.1000.990.65
HSL66.14º97.78%17.65%-
HSV(B)66.14º98.88%34.9%-
XYZ6.898.851.37-
YUV76.2885.52130.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.06%
GREEN value IS 89 (35.16% from 255) = 52.35%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=47.06%
G=52.35%
B=0.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal808910.1000.990.6566.1497.7817.65
Hex50591A06341426212
Octal120131112014310110214222
Binary10100001011001110100110001110000011000010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505901; }

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

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

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

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

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

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

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

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