#505502

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

Shades of Verdun Green #505502

Tints of Verdun Green #505502

Color information

#505502 (or 0x505502) is unknown color: approx Verdun Green. HEX triplet: 50, 55 and 02. RGB value is (80,85,2). Sum of RGB (Red+Green+Blue) = 80+85+2=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #505502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505502 is #AFAAFD. Grayscale: #4A4A4A. Windows color (decimal): -11512574 or 152912. OLE color: 152912.

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

Color convert

RGB80852-
CMYK0.0600.980.67
HSL63.61º95.4%17.06%-
HSV(B)63.61º97.65%33.33%-
XYZ6.578.211.3-
YUV74.0487.34132.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=47.90%
G=50.90%
B=1.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal808520.0600.980.6763.6195.417.06
Hex50552606243405f11
Octal12012526014210310013721
Binary10100001010101101100110001010000111000000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505502; }

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

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

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

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

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

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

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

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