#505206

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

Shades of Verdun Green #505206

Tints of Verdun Green #505206

Color information

#505206 (or 0x505206) is unknown color: approx Verdun Green. HEX triplet: 50, 52 and 06. RGB value is (80,82,6). Sum of RGB (Red+Green+Blue) = 80+82+6=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 82 (32.42% from 255 or 48.81% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 82 - color contains mainly: green. Hex color #505206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505206 is #AFADF9. Grayscale: #494949. Windows color (decimal): -11513338 or 414288. OLE color: 414288.

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

Color convert

RGB80826-
CMYK0.0200.930.68
HSL61.58º86.36%17.25%-
HSV(B)61.58º92.68%32.16%-
XYZ6.367.751.33-
YUV72.7490.34133.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 82 (32.42% from 255) = 48.81%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=47.62%
G=48.81%
B=3.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal808260.0200.930.6861.5886.3617.25
Hex50526205D443e5611
Octal1201226201351047612621
Binary1010000101001011010010111011000100111110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505206; }

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

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

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

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

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

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

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

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