#505808

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

Shades of Verdun Green #505808

Tints of Verdun Green #505808

Color information

#505808 (or 0x505808) is unknown color: approx Verdun Green. HEX triplet: 50, 58 and 08. RGB value is (80,88,8). Sum of RGB (Red+Green+Blue) = 80+88+8=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #505808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505808 is #AFA7F7. Grayscale: #4C4C4C. Windows color (decimal): -11511800 or 546896. OLE color: 546896.

HSL color Cylindrical-coordinate representation of color #505808: hue angle of 66º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #505808 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB80888-
CMYK0.0900.910.65
HSL66º83.33%18.82%-
HSV(B)66º90.91%34.51%-
XYZ6.848.71.55-
YUV76.4989.35130.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 88 (34.77% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=45.45%
G=50%
B=4.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal808880.0900.910.656683.3318.82
Hex50588905B41425313
Octal1201301011013310110212323
Binary10100001011000100010010101101110000011000010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505808; }

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

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

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

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

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

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

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

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