#504E06

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

Shades of Verdun Green #504E06

Tints of Verdun Green #504E06

Color information

#504E06 (or 0x504E06) is unknown color: approx Verdun Green. HEX triplet: 50, 4E and 06. RGB value is (80,78,6). Sum of RGB (Red+Green+Blue) = 80+78+6=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #504E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E06 is #AFB1F9. Grayscale: #464646. Windows color (decimal): -11514362 or 413264. OLE color: 413264.

HSL color Cylindrical-coordinate representation of color #504E06: hue angle of 58.38º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #504E06 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80786-
CMYK00.020.920.69
HSL58.38º86.05%16.86%-
HSV(B)58.38º92.5%31.37%-
XYZ6.077.171.24-
YUV70.3991.66134.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 78 (30.86% from 255) = 47.56%
BLUE value IS 6 (2.73% from 255) = 3.66%
R=48.78%
G=47.56%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8078600.020.920.6958.3886.0516.86
Hex504E6025C453a5611
Octal1201166021341057212621
Binary1010000100111011001010111001000101111010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504E06; }

 p { color: rgb(80,78,6); }

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

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

 a { background-color: rgb(80,78,6); }

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

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

 span { border-color: rgb(80,78,6); }

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