#505310

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

Shades of Verdun Green #505310

Tints of Verdun Green #505310

Color information

#505310 (or 0x505310) is unknown color: approx Verdun Green. HEX triplet: 50, 53 and 10. RGB value is (80,83,16). Sum of RGB (Red+Green+Blue) = 80+83+16=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #505310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505310 is #AFACEF. Grayscale: #4A4A4A. Windows color (decimal): -11513072 or 1069904. OLE color: 1069904.

HSL color Cylindrical-coordinate representation of color #505310: hue angle of 62.69º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #505310 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB808316-
CMYK0.0400.810.67
HSL62.69º67.68%19.41%-
HSV(B)62.69º80.72%32.55%-
XYZ6.57.931.68-
YUV74.4695.01131.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 83 (32.81% from 255) = 46.37%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=44.69%
G=46.37%
B=8.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083160.0400.810.6762.6967.6819.41
Hex5053104051433f4413
Octal12012320401211037710423
Binary1010000101001110000100010100011000011111111100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505310; }

 p { color: rgb(80,83,16); }

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

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

 a { background-color: rgb(80,83,16); }

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

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

 span { border-color: rgb(80,83,16); }

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