#505404

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

Shades of Verdun Green #505404

Tints of Verdun Green #505404

Color information

#505404 (or 0x505404) is unknown color: approx Verdun Green. HEX triplet: 50, 54 and 04. RGB value is (80,84,4). Sum of RGB (Red+Green+Blue) = 80+84+4=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #505404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505404 is #AFABFB. Grayscale: #4A4A4A. Windows color (decimal): -11512828 or 283728. OLE color: 283728.

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

Color convert

RGB80844-
CMYK0.0500.950.67
HSL63º90.91%17.25%-
HSV(B)63º95.24%32.94%-
XYZ6.58.051.33-
YUV73.6888.67132.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 84 (33.20% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 2.38%
R=47.62%
G=50%
B=2.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal808440.0500.950.676390.9117.25
Hex50544505F433f5b11
Octal1201244501371037713321
Binary10100001010100100101010111111000011111111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505404; }

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

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

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

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

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

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

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

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