#505904

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

Shades of Verdun Green #505904

Tints of Verdun Green #505904

Color information

#505904 (or 0x505904) is unknown color: approx Verdun Green. HEX triplet: 50, 59 and 04. RGB value is (80,89,4). Sum of RGB (Red+Green+Blue) = 80+89+4=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #505904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505904 is #AFA6FB. Grayscale: #4C4C4C. Windows color (decimal): -11511548 or 285008. OLE color: 285008.

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

Color convert

RGB80894-
CMYK0.1000.960.65
HSL66.35º91.4%18.24%-
HSV(B)66.35º95.51%34.9%-
XYZ6.98.861.46-
YUV76.6287.02130.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.24%
GREEN value IS 89 (35.16% from 255) = 51.45%
BLUE value IS 4 (1.95% from 255) = 2.31%
R=46.24%
G=51.45%
B=2.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal808940.1000.960.6566.3591.418.24
Hex50594A06041425b12
Octal120131412014010110213322
Binary1010000101100110010100110000010000011000010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505904; }

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

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

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

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

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

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

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

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