#050601

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

Shades of Green Waterloo #050601

Tints of Green Waterloo #050601

Color information

#050601 (or 0x050601) is unknown color: approx Green Waterloo. HEX triplet: 05, 06 and 01. RGB value is (5,6,1). Sum of RGB (Red+Green+Blue) = 5+6+1=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 6 (2.73% from 255 or 50% from 12); Blue value is 1 (0.78% from 255 or 8.33% from 12); Max value from RGB is 6 - color contains mainly: green. Hex color #050601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050601 is #FAF9FE. Grayscale: #050505. Windows color (decimal): -16447999 or 67077. OLE color: 67077.

HSL color Cylindrical-coordinate representation of color #050601: hue angle of 72º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #050601 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.98.

Color convert

RGB561-
CMYK0.1700.830.98
HSL72º71.43%1.37%-
HSV(B)72º83.33%2.35%-
XYZ0.130.160.05-
YUV5.13125.67127.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 41.67%
GREEN value IS 6 (2.73% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 8.33%
R=41.67%
G=50%
B=8.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal5610.1700.830.987271.431.37
Hex561110536248471
Octal5612101231421101071
Binary101110110001010100111100010100100010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050601; }

 p { color: rgb(5,6,1); }

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

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

 a { background-color: rgb(5,6,1); }

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

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

 span { border-color: rgb(5,6,1); }

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