#505304

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

Shades of Verdun Green #505304

Tints of Verdun Green #505304

Color information

#505304 (or 0x505304) is unknown color: approx Verdun Green. HEX triplet: 50, 53 and 04. RGB value is (80,83,4). Sum of RGB (Red+Green+Blue) = 80+83+4=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #505304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505304 is #AFACFB. Grayscale: #494949. Windows color (decimal): -11513084 or 283472. OLE color: 283472.

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

Color convert

RGB80834-
CMYK0.0400.950.67
HSL62.28º90.8%17.06%-
HSV(B)62.28º95.18%32.55%-
XYZ6.427.91.3-
YUV73.189.01132.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 83 (32.81% from 255) = 49.70%
BLUE value IS 4 (1.95% from 255) = 2.40%
R=47.90%
G=49.70%
B=2.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal808340.0400.950.6762.2890.817.06
Hex50534405F433e5b11
Octal1201234401371037613321
Binary10100001010011100100010111111000011111110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505304; }

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

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

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

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

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

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

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

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