#505501

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

Shades of Verdun Green #505501

Tints of Verdun Green #505501

Color information

#505501 (or 0x505501) is unknown color: approx Verdun Green. HEX triplet: 50, 55 and 01. RGB value is (80,85,1). Sum of RGB (Red+Green+Blue) = 80+85+1=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #505501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505501 is #AFAAFE. Grayscale: #4A4A4A. Windows color (decimal): -11512575 or 87376. OLE color: 87376.

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

Color convert

RGB80851-
CMYK0.0600.990.67
HSL63.57º97.67%16.86%-
HSV(B)63.57º98.82%33.33%-
XYZ6.568.21.27-
YUV73.9386.84132.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=48.19%
G=51.20%
B=0.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal808510.0600.990.6763.5797.6716.86
Hex50551606343406211
Octal12012516014310310014221
Binary1010000101010111100110001110000111000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505501; }

 p { color: rgb(80,85,1); }

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

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

 a { background-color: rgb(80,85,1); }

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

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

 span { border-color: rgb(80,85,1); }

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