#505105

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

Shades of Verdun Green #505105

Tints of Verdun Green #505105

Color information

#505105 (or 0x505105) is unknown color: approx Verdun Green. HEX triplet: 50, 51 and 05. RGB value is (80,81,5). Sum of RGB (Red+Green+Blue) = 80+81+5=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #505105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505105 is #AFAEFA. Grayscale: #484848. Windows color (decimal): -11513595 or 348496. OLE color: 348496.

HSL color Cylindrical-coordinate representation of color #505105: hue angle of 60.79º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #505105 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB80815-
CMYK0.0100.940.68
HSL60.79º88.37%16.86%-
HSV(B)60.79º93.83%31.76%-
XYZ6.287.61.28-
YUV72.0490.17133.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 81 (32.03% from 255) = 48.80%
BLUE value IS 5 (2.34% from 255) = 3.01%
R=48.19%
G=48.80%
B=3.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal808150.0100.940.6860.7988.3716.86
Hex50515105E443d5811
Octal1201215101361047513021
Binary101000010100011011010111101000100111101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505105; }

 p { color: rgb(80,81,5); }

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

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

 a { background-color: rgb(80,81,5); }

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

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

 span { border-color: rgb(80,81,5); }

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