#505816

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

Shades of Verdun Green #505816

Tints of Verdun Green #505816

Color information

#505816 (or 0x505816) is unknown color: approx Verdun Green. HEX triplet: 50, 58 and 16. RGB value is (80,88,22). Sum of RGB (Red+Green+Blue) = 80+88+22=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #505816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505816 is #AFA7E9. Grayscale: #4E4E4E. Windows color (decimal): -11511786 or 1464400. OLE color: 1464400.

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

Color convert

RGB808822-
CMYK0.0900.750.65
HSL67.27º60%21.57%-
HSV(B)67.27º75%34.51%-
XYZ6.948.742.08-
YUV78.0896.35129.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.11%
GREEN value IS 88 (34.77% from 255) = 46.32%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=42.11%
G=46.32%
B=11.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088220.0900.750.6567.276021.57
Hex505816904B41433c16
Octal120130261101131011037426
Binary10100001011000101101001010010111000001100001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505816; }

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

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

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

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

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

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

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

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