#505308

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

Shades of Verdun Green #505308

Tints of Verdun Green #505308

Color information

#505308 (or 0x505308) is unknown color: approx Verdun Green. HEX triplet: 50, 53 and 08. RGB value is (80,83,8). Sum of RGB (Red+Green+Blue) = 80+83+8=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #505308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505308 is #AFACF7. Grayscale: #494949. Windows color (decimal): -11513080 or 545616. OLE color: 545616.

HSL color Cylindrical-coordinate representation of color #505308: hue angle of 62.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #505308 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB80838-
CMYK0.0400.900.67
HSL62.4º82.42%17.84%-
HSV(B)62.4º90.36%32.55%-
XYZ6.457.911.42-
YUV73.5591.01132.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=46.78%
G=48.54%
B=4.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal808380.0400.900.6762.482.4217.84
Hex50538405A433e5212
Octal12012310401321037612222
Binary101000010100111000100010110101000011111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505308; }

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

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

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

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

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

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

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

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