#505702

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

Shades of Verdun Green #505702

Tints of Verdun Green #505702

Color information

#505702 (or 0x505702) is unknown color: approx Verdun Green. HEX triplet: 50, 57 and 02. RGB value is (80,87,2). Sum of RGB (Red+Green+Blue) = 80+87+2=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 87 (34.38% from 255 or 51.48% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 87 - color contains mainly: green. Hex color #505702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505702 is #AFA8FD. Grayscale: #4B4B4B. Windows color (decimal): -11512062 or 153424. OLE color: 153424.

HSL color Cylindrical-coordinate representation of color #505702: hue angle of 64.94º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #505702 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB80872-
CMYK0.0800.980.66
HSL64.94º95.51%17.45%-
HSV(B)64.94º97.7%34.12%-
XYZ6.738.531.35-
YUV75.2286.68131.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.34%
GREEN value IS 87 (34.38% from 255) = 51.48%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=47.34%
G=51.48%
B=1.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal808720.0800.980.6664.9495.5117.45
Hex50572806242416011
Octal120127210014210210114021
Binary101000010101111010000110001010000101000001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505702; }

 p { color: rgb(80,87,2); }

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

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

 a { background-color: rgb(80,87,2); }

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

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

 span { border-color: rgb(80,87,2); }

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