#505401

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

Shades of Verdun Green #505401

Tints of Verdun Green #505401

Color information

#505401 (or 0x505401) is unknown color: approx Verdun Green. HEX triplet: 50, 54 and 01. RGB value is (80,84,1). Sum of RGB (Red+Green+Blue) = 80+84+1=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #505401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505401 is #AFABFE. Grayscale: #494949. Windows color (decimal): -11512831 or 87120. OLE color: 87120.

HSL color Cylindrical-coordinate representation of color #505401: hue angle of 62.89º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #505401 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB80841-
CMYK0.0500.990.67
HSL62.89º97.65%16.67%-
HSV(B)62.89º98.81%32.94%-
XYZ6.488.051.24-
YUV73.3487.17132.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 84 (33.20% from 255) = 50.91%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=48.48%
G=50.91%
B=0.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal808410.0500.990.6762.8997.6516.67
Hex505415063433f6211
Octal1201241501431037714221
Binary101000010101001101011000111000011111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505401; }

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

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

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

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

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

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

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

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