#505314

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

Shades of Verdun Green #505314

Tints of Verdun Green #505314

Color information

#505314 (or 0x505314) is unknown color: approx Verdun Green. HEX triplet: 50, 53 and 14. RGB value is (80,83,20). Sum of RGB (Red+Green+Blue) = 80+83+20=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #505314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505314 is #AFACEB. Grayscale: #4B4B4B. Windows color (decimal): -11513068 or 1332048. OLE color: 1332048.

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

Color convert

RGB808320-
CMYK0.0400.760.67
HSL62.86º61.17%20.2%-
HSV(B)62.86º75.9%32.55%-
XYZ6.537.941.85-
YUV74.9297.01131.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 20 (8.20% from 255) = 10.93%
R=43.72%
G=45.36%
B=10.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083200.0400.760.6762.8661.1720.2
Hex505314404C433f3d14
Octal1201232440114103777524
Binary101000010100111010010001001100100001111111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505314; }

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

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

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

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

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

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

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

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